Converted remaining icons to svg

This commit is contained in:
Bert Verhelst
2018-09-14 20:34:10 +02:00
committed by sledgehammer999
parent f3c65f34b6
commit 9f8f9b6702
31 changed files with 290 additions and 29 deletions

View File

@@ -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 {