169 lines
5.2 KiB
CSS
169 lines
5.2 KiB
CSS
/* This file creates the AdminForm "theme-system" skin.
|
|
* The success color is applied to every form element and widget
|
|
* via the styles generated by the admin-skins.less mixin
|
|
*/
|
|
.admin-form .panel-system > .panel-heading {
|
|
border-top-color: #48cfad;
|
|
}
|
|
.admin-form .panel-system > .panel-heading:before {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form .panel-system.heading-border:before,
|
|
.admin-form .panel-system .heading-border:before {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form .bg-system {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form .bg-system.light {
|
|
background-color: #48cfad;
|
|
}
|
|
.admin-form .bg-system.lighter {
|
|
background-color: #65d2b7;
|
|
}
|
|
.admin-form .bg-system.dark {
|
|
background-color: #2fa285;
|
|
}
|
|
.admin-form .bg-system.darker {
|
|
background-color: #288770;
|
|
}
|
|
.admin-form .option-system input:hover + .checkbox,
|
|
.admin-form .option-system input:hover + .radio {
|
|
border-color: #48cfad;
|
|
}
|
|
.admin-form .option-system input:checked + .checkbox,
|
|
.admin-form .option-system input:focus + .checkbox,
|
|
.admin-form .option-system input:checked + .radio,
|
|
.admin-form .option-system input:focus + .radio {
|
|
border-color: #37bc9b;
|
|
}
|
|
.admin-form .option-system input:checked + .radio:before,
|
|
.admin-form .option-system input:focus + .radio:before {
|
|
background: #37bc9b;
|
|
}
|
|
.admin-form .option-system input:checked + .checkbox:before,
|
|
.admin-form .option-system input:focus + .checkbox:before {
|
|
border-color: #37bc9b;
|
|
}
|
|
.admin-form .switch-system > input:checked + label {
|
|
background: #37bc9b;
|
|
border-color: #37bc9b;
|
|
}
|
|
.admin-form .switch-system > input:checked + label:after {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form .switch-system > input:checked:focus + label {
|
|
background: #2fa285;
|
|
border-color: #2fa285;
|
|
}
|
|
.admin-form .btn-system {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form .btn-system:hover,
|
|
.admin-form .btn-system:focus {
|
|
background-color: #48cfad;
|
|
border-color: #48cfad;
|
|
}
|
|
.admin-form .btn-system:active {
|
|
background-color: #2fa285;
|
|
}
|
|
.admin-form .btn-system,
|
|
.admin-form .btn-system:hover,
|
|
.admin-form .btn-system:focus,
|
|
.admin-form .btn-system:active {
|
|
color: #fff;
|
|
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.admin-form .slider-wrapper.slider-system .ui-slider .ui-slider-range {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form .slider-wrapper.slider-system .ui-slider .ui-slider-handle {
|
|
border-color: #37bc9b;
|
|
}
|
|
.admin-form .slider-wrapper.slider-system .ui-slider .ui-slider-handle:before {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .section-divider span {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .tagline span {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .theme-link {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .gui-input:hover,
|
|
.admin-form.theme-system .gui-textarea:hover,
|
|
.admin-form.theme-system .select > select:hover,
|
|
.admin-form.theme-system .select-multiple select:hover,
|
|
.admin-form.theme-system .gui-input:hover ~ .input-footer,
|
|
.admin-form.theme-system .file .gui-file:hover + .gui-input,
|
|
.admin-form.theme-system .gui-textarea:hover ~ .input-footer {
|
|
border-color: #48cfad;
|
|
}
|
|
.admin-form.theme-system .gui-input:focus,
|
|
.admin-form.theme-system .gui-textarea:focus,
|
|
.admin-form.theme-system .select > select:focus,
|
|
.admin-form.theme-system .select-multiple select:focus {
|
|
border-color: #48cfad;
|
|
color: #3C3C3C;
|
|
}
|
|
.admin-form.theme-system .gui-textarea:focus {
|
|
height: 120px;
|
|
}
|
|
.admin-form.theme-system .select > select:focus {
|
|
z-index: 10;
|
|
z-index: 20\9;
|
|
}
|
|
.admin-form.theme-system .gui-input:focus ~ .field-icon i,
|
|
.admin-form.theme-system .gui-textarea:focus ~ .field-icon i {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .select-multiple select:focus,
|
|
.admin-form.theme-system .gui-input:focus ~ .input-footer,
|
|
.admin-form.theme-system .gui-textarea:focus ~ .input-footer,
|
|
.admin-form.theme-system .file .gui-file:focus + .gui-input {
|
|
border-color: #48cfad;
|
|
}
|
|
.admin-form.theme-system .select > select:focus + .arrow {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .rating:hover .rating-star:hover,
|
|
.admin-form.theme-system .rating:hover .rating-star:hover ~ .rating-star,
|
|
.admin-form.theme-system .rating-input:checked ~ .rating-star {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .rating-star,
|
|
.admin-form.theme-system .rating:hover .rating-star {
|
|
color: #A2A6A8;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker .ui-datepicker-prev,
|
|
.admin-form.theme-system .ui-datepicker .ui-datepicker-next,
|
|
.admin-form.theme-system .ui-datepicker .ui-datepicker-title {
|
|
color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker-today a,
|
|
.admin-form.theme-system .ui-datepicker-today a:hover,
|
|
.admin-form.theme-system .ui-datepicker .ui-state-highlight {
|
|
background: #7fdac3 !important;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker .ui-state-active {
|
|
background: #37bc9b !important;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
|
|
background: #FFF !important;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
|
|
border-color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle:before {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .wizard .steps li a,
|
|
.admin-form.theme-system .wizard .actions li a {
|
|
background-color: #37bc9b;
|
|
}
|
|
.admin-form.theme-system .wizard .steps li.current a {
|
|
background-color: #2fa285;
|
|
}
|