From 22f8a4c5dd98b33db882c841375ea2e30bc374c4 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Wed, 24 May 2017 09:24:26 +0200 Subject: [PATCH] Fix overwriting background repeat and position on legacy tree icons --- src/Umbraco.Web.UI.Client/src/less/tree.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/tree.less b/src/Umbraco.Web.UI.Client/src/less/tree.less index d809418f2c..1d1d0907ff 100644 --- a/src/Umbraco.Web.UI.Client/src/less/tree.less +++ b/src/Umbraco.Web.UI.Client/src/less/tree.less @@ -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; }