Fix overwriting background repeat and position on legacy tree icons

This commit is contained in:
Bjarne Fyrstenborg
2017-05-24 09:24:26 +02:00
parent 402835d72d
commit 22f8a4c5dd

View File

@@ -49,7 +49,7 @@
.umb-tree li.current > div i.icon,
.umb-tree li.current > div ins {
color: white !important;
background: @blue;
background-color: @blue;
border-color: @blue;
}