menu-manage.less 748 Bytes
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

@bgColor: #e74000;
@fontColor: #fff;

.menu-manage {
    .angular-ui-tree-handle div {
        &:hover, &.active {
            background-color: @bgColor;
            color: @fontColor;
            border-radius:2px;
        }
    }

    .left-tree {
        height: 621px;
        overflow: auto;

        /*ul li{
          margin:15px;
        }*/
    }

    .tree-menu-item {
        padding: 0 10px;
    }

    /*.label-active{
        background-color: #e74000;
        color: #fff; 
        border-radius:4px;
    }

    .ivh-treeview-node-label{
        padding:2px 12px;
        font-size:14px;

        &:hover{
              background-color: #e74000;
              color: #fff; 
              border-radius:4px;
        }
    }*/
}