| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388321/cwd/sharedjs/libraries/base-styles/ |
Upload File : |
/*
# forms.less Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# [email protected] http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
@import (reference) "variables.less";
/* ------------------------------------------------------------------------------ */
/* Forms
/* ------------------------------------------------------------------------------ */
.highlight-section {
background: @highlight-section-bg;
border-radius: @border-radius;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
min-height: 20px;
padding: 19px;
border: 1px solid @highlight-section-border;
}
.section-heading {
padding-top: 20px;
}
.section-body {
border-top: 1px solid @section-body-border;
padding: 10px 20px 10px 20px;
border-radius: @border-radius;
}
.form-control {
border-radius: @border-radius;
}
.input-group-addon {
border-radius: @border-radius;
}
.help-block {
margin-bottom: 0;
}
input[type="checkbox"]:disabled + span,
input[type="radio"]:disabled + span {
opacity: 0.5;
cursor: not-allowed;
}
.info-block {
color: @info-block-color;
}
.info-block,
.help-block {
display: block;
font-size: 13px;
font-weight: normal;
line-height: 1.2;
margin-bottom: 5px;
}
.form-info-sign:hover {
cursor: pointer;
}
.has-success .help-block,
.has-error .help-block,
.has-warning .help-block {
color: @help-block-color;
}