-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef7b7f9
commit 28c45b8
Showing
367 changed files
with
113,719 additions
and
0 deletions.
There are no files selected for viewing
4,223 changes: 4,223 additions & 0 deletions
4,223
public/assets/admin-tools/admin-forms/css/admin-forms.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,317 changes: 1,317 additions & 0 deletions
1,317
public/assets/admin-tools/admin-forms/css/skins/all-themes.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
public/assets/admin-tools/admin-forms/css/skins/all-themes.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
168 changes: 168 additions & 0 deletions
168
public/assets/admin-tools/admin-forms/css/skins/theme-alert.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
/* This file creates the AdminForm "theme-alert" 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-alert > .panel-heading { | ||
border-top-color: #ac92ec; | ||
} | ||
.admin-form .panel-alert > .panel-heading:before { | ||
background-color: #967adc; | ||
} | ||
.admin-form .panel-alert.heading-border:before, | ||
.admin-form .panel-alert .heading-border:before { | ||
background-color: #967adc; | ||
} | ||
.admin-form .bg-alert { | ||
background-color: #967adc; | ||
} | ||
.admin-form .bg-alert.light { | ||
background-color: #ac92ec; | ||
} | ||
.admin-form .bg-alert.lighter { | ||
background-color: #c0b0ea; | ||
} | ||
.admin-form .bg-alert.dark { | ||
background-color: #815fd5; | ||
} | ||
.admin-form .bg-alert.darker { | ||
background-color: #6c44ce; | ||
} | ||
.admin-form .option-alert input:hover + .checkbox, | ||
.admin-form .option-alert input:hover + .radio { | ||
border-color: #ac92ec; | ||
} | ||
.admin-form .option-alert input:checked + .checkbox, | ||
.admin-form .option-alert input:focus + .checkbox, | ||
.admin-form .option-alert input:checked + .radio, | ||
.admin-form .option-alert input:focus + .radio { | ||
border-color: #967adc; | ||
} | ||
.admin-form .option-alert input:checked + .radio:before, | ||
.admin-form .option-alert input:focus + .radio:before { | ||
background: #967adc; | ||
} | ||
.admin-form .option-alert input:checked + .checkbox:before, | ||
.admin-form .option-alert input:focus + .checkbox:before { | ||
border-color: #967adc; | ||
} | ||
.admin-form .switch-alert > input:checked + label { | ||
background: #967adc; | ||
border-color: #967adc; | ||
} | ||
.admin-form .switch-alert > input:checked + label:after { | ||
color: #967adc; | ||
} | ||
.admin-form .switch-alert > input:checked:focus + label { | ||
background: #815fd5; | ||
border-color: #815fd5; | ||
} | ||
.admin-form .btn-alert { | ||
background-color: #967adc; | ||
} | ||
.admin-form .btn-alert:hover, | ||
.admin-form .btn-alert:focus { | ||
background-color: #ac92ec; | ||
border-color: #ac92ec; | ||
} | ||
.admin-form .btn-alert:active { | ||
background-color: #815fd5; | ||
} | ||
.admin-form .btn-alert, | ||
.admin-form .btn-alert:hover, | ||
.admin-form .btn-alert:focus, | ||
.admin-form .btn-alert:active { | ||
color: #fff; | ||
text-shadow: 0 1px rgba(0, 0, 0, 0.08); | ||
} | ||
.admin-form .slider-wrapper.slider-alert .ui-slider .ui-slider-range { | ||
background-color: #967adc; | ||
} | ||
.admin-form .slider-wrapper.slider-alert .ui-slider .ui-slider-handle { | ||
border-color: #967adc; | ||
} | ||
.admin-form .slider-wrapper.slider-alert .ui-slider .ui-slider-handle:before { | ||
background-color: #967adc; | ||
} | ||
.admin-form.theme-alert .section-divider span { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .tagline span { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .theme-link { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .gui-input:hover, | ||
.admin-form.theme-alert .gui-textarea:hover, | ||
.admin-form.theme-alert .select > select:hover, | ||
.admin-form.theme-alert .select-multiple select:hover, | ||
.admin-form.theme-alert .gui-input:hover ~ .input-footer, | ||
.admin-form.theme-alert .file .gui-file:hover + .gui-input, | ||
.admin-form.theme-alert .gui-textarea:hover ~ .input-footer { | ||
border-color: #ac92ec; | ||
} | ||
.admin-form.theme-alert .gui-input:focus, | ||
.admin-form.theme-alert .gui-textarea:focus, | ||
.admin-form.theme-alert .select > select:focus, | ||
.admin-form.theme-alert .select-multiple select:focus { | ||
border-color: #ac92ec; | ||
color: #3C3C3C; | ||
} | ||
.admin-form.theme-alert .gui-textarea:focus { | ||
height: 120px; | ||
} | ||
.admin-form.theme-alert .select > select:focus { | ||
z-index: 10; | ||
z-index: 20\9; | ||
} | ||
.admin-form.theme-alert .gui-input:focus ~ .field-icon i, | ||
.admin-form.theme-alert .gui-textarea:focus ~ .field-icon i { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .select-multiple select:focus, | ||
.admin-form.theme-alert .gui-input:focus ~ .input-footer, | ||
.admin-form.theme-alert .gui-textarea:focus ~ .input-footer, | ||
.admin-form.theme-alert .file .gui-file:focus + .gui-input { | ||
border-color: #ac92ec; | ||
} | ||
.admin-form.theme-alert .select > select:focus + .arrow { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .rating:hover .rating-star:hover, | ||
.admin-form.theme-alert .rating:hover .rating-star:hover ~ .rating-star, | ||
.admin-form.theme-alert .rating-input:checked ~ .rating-star { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .rating-star, | ||
.admin-form.theme-alert .rating:hover .rating-star { | ||
color: #A2A6A8; | ||
} | ||
.admin-form.theme-alert .ui-datepicker .ui-datepicker-prev, | ||
.admin-form.theme-alert .ui-datepicker .ui-datepicker-next, | ||
.admin-form.theme-alert .ui-datepicker .ui-datepicker-title { | ||
color: #967adc; | ||
} | ||
.admin-form.theme-alert .ui-datepicker-today a, | ||
.admin-form.theme-alert .ui-datepicker-today a:hover, | ||
.admin-form.theme-alert .ui-datepicker .ui-state-highlight { | ||
background: #d6cbf1 !important; | ||
} | ||
.admin-form.theme-alert .ui-datepicker .ui-state-active { | ||
background: #967adc !important; | ||
} | ||
.admin-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active { | ||
background: #FFF !important; | ||
} | ||
.admin-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle { | ||
border-color: #967adc; | ||
} | ||
.admin-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle:before { | ||
background-color: #967adc; | ||
} | ||
.admin-form.theme-alert .wizard .steps li a, | ||
.admin-form.theme-alert .wizard .actions li a { | ||
background-color: #967adc; | ||
} | ||
.admin-form.theme-alert .wizard .steps li.current a { | ||
background-color: #815fd5; | ||
} |
168 changes: 168 additions & 0 deletions
168
public/assets/admin-tools/admin-forms/css/skins/theme-danger.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
/* This file creates the AdminForm "theme-danger" 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-danger > .panel-heading { | ||
border-top-color: #fc6e51; | ||
} | ||
.admin-form .panel-danger > .panel-heading:before { | ||
background-color: #e9573f; | ||
} | ||
.admin-form .panel-danger.heading-border:before, | ||
.admin-form .panel-danger .heading-border:before { | ||
background-color: #e9573f; | ||
} | ||
.admin-form .bg-danger { | ||
background-color: #e9573f; | ||
} | ||
.admin-form .bg-danger.light { | ||
background-color: #fc6e51; | ||
} | ||
.admin-form .bg-danger.lighter { | ||
background-color: #f08c7c; | ||
} | ||
.admin-form .bg-danger.dark { | ||
background-color: #e63c21; | ||
} | ||
.admin-form .bg-danger.darker { | ||
background-color: #cd3117; | ||
} | ||
.admin-form .option-danger input:hover + .checkbox, | ||
.admin-form .option-danger input:hover + .radio { | ||
border-color: #fc6e51; | ||
} | ||
.admin-form .option-danger input:checked + .checkbox, | ||
.admin-form .option-danger input:focus + .checkbox, | ||
.admin-form .option-danger input:checked + .radio, | ||
.admin-form .option-danger input:focus + .radio { | ||
border-color: #e9573f; | ||
} | ||
.admin-form .option-danger input:checked + .radio:before, | ||
.admin-form .option-danger input:focus + .radio:before { | ||
background: #e9573f; | ||
} | ||
.admin-form .option-danger input:checked + .checkbox:before, | ||
.admin-form .option-danger input:focus + .checkbox:before { | ||
border-color: #e9573f; | ||
} | ||
.admin-form .switch-danger > input:checked + label { | ||
background: #e9573f; | ||
border-color: #e9573f; | ||
} | ||
.admin-form .switch-danger > input:checked + label:after { | ||
color: #e9573f; | ||
} | ||
.admin-form .switch-danger > input:checked:focus + label { | ||
background: #e63c21; | ||
border-color: #e63c21; | ||
} | ||
.admin-form .btn-danger { | ||
background-color: #e9573f; | ||
} | ||
.admin-form .btn-danger:hover, | ||
.admin-form .btn-danger:focus { | ||
background-color: #fc6e51; | ||
border-color: #fc6e51; | ||
} | ||
.admin-form .btn-danger:active { | ||
background-color: #e63c21; | ||
} | ||
.admin-form .btn-danger, | ||
.admin-form .btn-danger:hover, | ||
.admin-form .btn-danger:focus, | ||
.admin-form .btn-danger:active { | ||
color: #fff; | ||
text-shadow: 0 1px rgba(0, 0, 0, 0.08); | ||
} | ||
.admin-form .slider-wrapper.slider-danger .ui-slider .ui-slider-range { | ||
background-color: #e9573f; | ||
} | ||
.admin-form .slider-wrapper.slider-danger .ui-slider .ui-slider-handle { | ||
border-color: #e9573f; | ||
} | ||
.admin-form .slider-wrapper.slider-danger .ui-slider .ui-slider-handle:before { | ||
background-color: #e9573f; | ||
} | ||
.admin-form.theme-danger .section-divider span { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .tagline span { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .theme-link { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .gui-input:hover, | ||
.admin-form.theme-danger .gui-textarea:hover, | ||
.admin-form.theme-danger .select > select:hover, | ||
.admin-form.theme-danger .select-multiple select:hover, | ||
.admin-form.theme-danger .gui-input:hover ~ .input-footer, | ||
.admin-form.theme-danger .file .gui-file:hover + .gui-input, | ||
.admin-form.theme-danger .gui-textarea:hover ~ .input-footer { | ||
border-color: #fc6e51; | ||
} | ||
.admin-form.theme-danger .gui-input:focus, | ||
.admin-form.theme-danger .gui-textarea:focus, | ||
.admin-form.theme-danger .select > select:focus, | ||
.admin-form.theme-danger .select-multiple select:focus { | ||
border-color: #fc6e51; | ||
color: #3C3C3C; | ||
} | ||
.admin-form.theme-danger .gui-textarea:focus { | ||
height: 120px; | ||
} | ||
.admin-form.theme-danger .select > select:focus { | ||
z-index: 10; | ||
z-index: 20\9; | ||
} | ||
.admin-form.theme-danger .gui-input:focus ~ .field-icon i, | ||
.admin-form.theme-danger .gui-textarea:focus ~ .field-icon i { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .select-multiple select:focus, | ||
.admin-form.theme-danger .gui-input:focus ~ .input-footer, | ||
.admin-form.theme-danger .gui-textarea:focus ~ .input-footer, | ||
.admin-form.theme-danger .file .gui-file:focus + .gui-input { | ||
border-color: #fc6e51; | ||
} | ||
.admin-form.theme-danger .select > select:focus + .arrow { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .rating:hover .rating-star:hover, | ||
.admin-form.theme-danger .rating:hover .rating-star:hover ~ .rating-star, | ||
.admin-form.theme-danger .rating-input:checked ~ .rating-star { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .rating-star, | ||
.admin-form.theme-danger .rating:hover .rating-star { | ||
color: #A2A6A8; | ||
} | ||
.admin-form.theme-danger .ui-datepicker .ui-datepicker-prev, | ||
.admin-form.theme-danger .ui-datepicker .ui-datepicker-next, | ||
.admin-form.theme-danger .ui-datepicker .ui-datepicker-title { | ||
color: #e9573f; | ||
} | ||
.admin-form.theme-danger .ui-datepicker-today a, | ||
.admin-form.theme-danger .ui-datepicker-today a:hover, | ||
.admin-form.theme-danger .ui-datepicker .ui-state-highlight { | ||
background: #f3a79b !important; | ||
} | ||
.admin-form.theme-danger .ui-datepicker .ui-state-active { | ||
background: #e9573f !important; | ||
} | ||
.admin-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active { | ||
background: #FFF !important; | ||
} | ||
.admin-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle { | ||
border-color: #e9573f; | ||
} | ||
.admin-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle:before { | ||
background-color: #e9573f; | ||
} | ||
.admin-form.theme-danger .wizard .steps li a, | ||
.admin-form.theme-danger .wizard .actions li a { | ||
background-color: #e9573f; | ||
} | ||
.admin-form.theme-danger .wizard .steps li.current a { | ||
background-color: #e63c21; | ||
} |
Oops, something went wrong.