mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Make WebUI images self-contained
This commit is contained in:
@@ -310,11 +310,11 @@ li.divider {
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
background: url("../icons/collapse.svg") center/16px no-repeat;
|
||||
background: url("../images/collapse.svg") center/16px no-repeat;
|
||||
}
|
||||
|
||||
.panel-expand {
|
||||
background: url("../icons/collapse.svg") center/16px no-repeat;
|
||||
background: url("../images/collapse.svg") center/16px no-repeat;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
|
||||
@@ -74,14 +74,14 @@ tr.dynamicTableHeader {
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted {
|
||||
background-image: url("../icons/go-up.svg");
|
||||
background-image: url("../images/go-up.svg");
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 15px;
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted.reverse {
|
||||
background-image: url("../icons/go-down.svg");
|
||||
background-image: url("../images/go-down.svg");
|
||||
}
|
||||
|
||||
.dynamicTable td img.flags {
|
||||
|
||||
@@ -359,7 +359,7 @@ a.propButton img {
|
||||
}
|
||||
|
||||
#torrentsFilterInput {
|
||||
background-image: url("../icons/edit-find.svg");
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
@@ -373,7 +373,7 @@ a.propButton img {
|
||||
}
|
||||
|
||||
#torrentFilesFilterInput {
|
||||
background-image: url("../icons/edit-find.svg");
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user