mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
more subtle fieldset styling
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
@@ -909,16 +909,16 @@ form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-fieldset {
|
.form-fieldset {
|
||||||
background-color: #f7f7f7;
|
background-color: darken($content-bg, 1%);
|
||||||
border: 2px solid #e1e1e1;
|
border: 1px solid $form-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-fieldset--label {
|
.form-fieldset--label {
|
||||||
background-color: #f3f3f3;
|
background-color: darken($content-bg, 4%);
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
.form-fieldset input:checked + & {
|
.form-fieldset input:checked + & {
|
||||||
background-color: #eee;
|
background-color: darken($content-bg, 6%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#admin-main {
|
#admin-main {
|
||||||
|
|||||||
@@ -604,7 +604,7 @@ textarea.frontmatter {
|
|||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
.form-fieldset {
|
.form-fieldset {
|
||||||
margin: 1rem 2rem;
|
margin: 1rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-fieldset--label {
|
.form-fieldset--label {
|
||||||
|
|||||||
Reference in New Issue
Block a user