mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-31 20:39:27 +02:00
tweaks
This commit is contained in:
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2107,7 +2107,7 @@ body .bootstrap-datetimepicker-widget {
|
||||
.permissions-container {
|
||||
.switch-toggle {
|
||||
input.label0:checked+label {
|
||||
background: $color-red !important;
|
||||
background: $flat-pomegranate !important;
|
||||
}
|
||||
input.label1:checked+label {
|
||||
background-color: $color-olive !important;
|
||||
|
||||
@@ -1327,6 +1327,20 @@ body.sidebar-quickopen #admin-main {
|
||||
|
||||
// New 1.7 Permissions
|
||||
.permissions-container {
|
||||
.switch-toggle {
|
||||
input+label:before {
|
||||
font-family: FontAwesome;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
input.label0+label:before{
|
||||
content: "\f05e";
|
||||
}
|
||||
input.label1+label:before {
|
||||
content: "\f00c";
|
||||
|
||||
}
|
||||
}
|
||||
fieldset {
|
||||
margin: 0 0 1rem 0;
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user