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/dev-tools.less
// Development tools
&.dev-tools {
    display: block;
    position: fixed;
    top: 1px;
    left: 48%;
    height: @base-unit * 0.5;
    width: 42px;
    background: #bdbbbb url('../../CMSPages/GetResource.ashx?image=Design/Controls/FrameResizer/Vertical/maximize.png') no-repeat center center;
    z-index: 20001;

    a {
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        color: @light-bg-icon-color;

        &:hover {
            color: @light-bg-icon-hover-color;
        }
    }

    .dev-tools-content {
        display: none;
        text-align: center;
        padding: @base-unit * 0.125;
    }

    &:hover {
        width: auto;
        height: auto;
        background-image: none;

        .dev-tools-content {
            display: block;
        }
    }
}

.dev-tools-context-menu {
    strong {
        color: @color-white;
    }

    .warning-icon {
        margin-left: 0;
        margin-right: @margin-50;
    }
}