mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Move WebUI icons to its own folder
After this change: "http://<server>/icons" will point to "src/icons" folder and "http://<server>/images" points to the real "images" folder in the relative path.
This commit is contained in:
@@ -316,11 +316,11 @@ li.divider {
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
background: url(../images/collapse.svg) left top no-repeat;
|
||||
background: url(../icons/collapse.svg) left top no-repeat;
|
||||
}
|
||||
|
||||
.panel-expand {
|
||||
background: url(../images/collapse.svg) left top no-repeat;
|
||||
background: url(../icons/collapse.svg) left top no-repeat;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
|
||||
@@ -78,14 +78,14 @@ tr.dynamicTableHeader {
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted {
|
||||
background-image: url(../images/go-up.svg);
|
||||
background-image: url(../icons/go-up.svg);
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 15px;
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted.reverse {
|
||||
background-image: url(../images/go-down.svg);
|
||||
background-image: url(../icons/go-down.svg);
|
||||
}
|
||||
|
||||
.dynamicTable td img.flags {
|
||||
|
||||
@@ -357,7 +357,7 @@ a.propButton img {
|
||||
#torrentsFilterInput {
|
||||
width: 160px;
|
||||
padding-left: 2em;
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-image: url("../icons/edit-find.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
background-position: left;
|
||||
@@ -371,7 +371,7 @@ a.propButton img {
|
||||
#torrentFilesFilterInput {
|
||||
width: 160px;
|
||||
padding-left: 2em;
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-image: url("../icons/edit-find.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
background-position: left;
|
||||
|
||||
Reference in New Issue
Block a user