Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/multiphp_ini_editor/index.less

/*
 * templates/multiphp_ini_editor/views/index.less Copyright(c) 2020 cPanel, L.L.C.
 *                                                                 All rights reserved.
 * copyright@cpanel.net                                               http://cpanel.net
 * This code is subject to the cPanel license. Unauthorized copying is prohibited
 */

@import "mixins.less";

.applyLTR {
    direction: ltr;
}

.defaultBlock {
    font-size: 12px;
}

.defaultValue {
    color: #333333;
    font-style: italic;
}

.processing {
    opacity: 0.3;
    .transition(opacity 0.5s);
}

/*
    This css class reduces the dropdown by 10% to leave
    space for the spinner.
*/
.phpSelect {
    display: inline-block;
    width: 88%;
}

.valueBox {
    width: 90%;
}

.floatDirection {
    float: right;
}

html[dir="rtl"] .floatDirection {
    float: left;
}

.editorContainer {
    position: relative;
    height: 500px;
}

.iniEditor {
    position: absolute !important;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 20px;
    border: 1px solid #cccccc;
}

@media (min-width: 768px) {
    .infoSpace {
        width: 60%;
    }
}
Back to Directory File Manager