Changes unpublished to lower opacity instead of color

gives better indication of state in tree, when selected
This commit is contained in:
perploug
2013-11-01 09:51:55 +01:00
parent 34f0576a90
commit 68f2396ff5

View File

@@ -215,7 +215,7 @@ li.root > div > a.umb-options {
// Tree item states
// -------------------------
div.not-published > i.icon,div.not-published > a{
color: @grayLight;
opacity: 0.6;
}
div.protected:before{
content:"\e256";