HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/App_Themes/Default/CMSComponents/uni-menu.less
// UniMenu - Sub context menu
.SubMenuItems,
.ContextMenuContainer {
    max-height: 327px;
}

    .SubMenuItems.ContextMenu {
        overflow: visible;
        display: none;
        position: absolute;
        z-index: 10;
    }

    .SubMenuItems .ForwardScroller, .SubMenuItems .BackwardScroller {
        display: none;
        position: absolute;
        z-index: 10001;
        height: 15px;
        width: 104px;
        cursor: pointer;
    }

    .SubMenuItems .BackwardScroller {
        background: #bdbbbb url(../../CMSPages/GetResource.ashx?image=Design/Controls/UniMenu/ScrollerUp.png) no-repeat center !important;
        bottom: auto;
        top: 0;
    }

    .SubMenuItems .ForwardScroller {
        bottom: 0;
        background: #bdbbbb url(../../CMSPages/GetResource.ashx?image=Design/Controls/UniMenu/ScrollerDown.png) no-repeat center !important;
    }

        .SubMenuItems .ForwardScroller:hover, .SubMenuItems .BackwardScroller:hover {
            background-color: #a3a2a2 !important;
        }


.UniMenuContextMenu {
    z-index: 9992;
    color: #000000;
    cursor: pointer;
    width: auto !important;
}

    .UniMenuContextMenu .Name,
    .UniMenuContextMenu .Icon {
        display: table-cell;
        vertical-align: middle;
    }

        .UniMenuContextMenu .Icon img {
            width: auto;
            height: auto;
        }