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

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
/*
 * 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
 */
.applyLTR {
  direction: ltr;
}
.defaultBlock {
  font-size: 12px;
}
.defaultValue {
  color: #333333;
  font-style: italic;
}
.processing {
  opacity: 0.3;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-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