Fixes: U4-3542 Create a container node style (overlay) like the pending/protected overlays

This commit is contained in:
Shannon
2014-09-18 10:58:11 +10:00
parent b2c260c42f
commit ab2db0b37f

View File

@@ -248,6 +248,16 @@ div.not-allowed > i.icon,div.not-allowed > a{
cursor: not-allowed;
}
div.is-container:before{
content:"\e04e";
font-family: 'icomoon';
color: @turquoise;
position: absolute;
font-size: 8px;
padding-left: 13px;
padding-top: 8px;
}
// Tree context menu
// -------------------------