mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user