diff --git a/src/Umbraco.Web.UI.Client/src/less/tree.less b/src/Umbraco.Web.UI.Client/src/less/tree.less index fae99ced3e..a75054453b 100644 --- a/src/Umbraco.Web.UI.Client/src/less/tree.less +++ b/src/Umbraco.Web.UI.Client/src/less/tree.less @@ -327,27 +327,6 @@ li.root > div > a.umb-options { div.not-published > i.icon,div.not-published > a{ opacity: 0.6; } -div.protected:before{ - content:"\e256"; - font-family: 'icomoon'; - color: @red; - position: absolute; - font-size: 20px; - padding-left: 7px; - padding-top: 7px; - bottom: 0; -} - -div.has-unpublished-version:before{ - content:"\e25a"; - font-family: 'icomoon'; - color: @green; - position: absolute; - font-size: 20px; - padding-left: 7px; - padding-top: 7px; - bottom: 0; -} div.not-allowed > i.icon,div.not-allowed > a{ cursor: not-allowed; @@ -380,6 +359,29 @@ div.locked:before{ bottom: 0; } + +div.has-unpublished-version:before { + content: "\e25a"; + font-family: 'icomoon'; + color: @green; + position: absolute; + font-size: 20px; + padding-left: 7px; + padding-top: 7px; + bottom: 0; +} + +div.protected:before { + content: "\e256"; + font-family: 'icomoon'; + color: @red; + position: absolute; + font-size: 20px; + padding-left: 7px; + padding-top: 7px; + bottom: 0; +} + .umb-tree li div.no-access .umb-tree-icon, .umb-tree li div.no-access .root-link, .umb-tree li div.no-access .umb-tree-item__label {