mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Converted remaining icons to svg
This commit is contained in:
committed by
sledgehammer999
parent
f3c65f34b6
commit
9f8f9b6702
@@ -316,11 +316,12 @@ li.divider {
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
background: url(../images/skin/collapse-expand.gif) left top no-repeat;
|
||||
background: url(../images/skin/collapse.svg) left top no-repeat;
|
||||
}
|
||||
|
||||
.panel-expand {
|
||||
background: url(../images/skin/collapse-expand.gif) left -16px no-repeat;
|
||||
background: url(../images/skin/collapse.svg) left top no-repeat;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.icon16 {
|
||||
|
||||
Reference in New Issue
Block a user