mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 22:06:01 +02:00
Merge branch 'feature/new-admin-tabs' of github.com:getgrav/grav-plugin-admin into feature/new-admin-tabs
This commit is contained in:
4
themes/grav/css-compiled/preset.css
vendored
4
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
@@ -822,13 +822,17 @@ form {
|
||||
}
|
||||
|
||||
&.subtle {
|
||||
background: shade($content-bg, 5%);
|
||||
background: $content-bg;
|
||||
|
||||
.tabs-nav {
|
||||
background: linear-gradient(to bottom, rgba($content-bg,0), shade($content-bg,3%));
|
||||
}
|
||||
|
||||
a {
|
||||
color: shade($content-text, 10%);
|
||||
&:hover {
|
||||
color: shade($content-text, 20%);
|
||||
background: shade($content-bg, 10%);
|
||||
background: linear-gradient(to bottom, rgba($content-bg,0), shade($content-bg,7%));
|
||||
}
|
||||
|
||||
border-bottom: 1px solid $form-border;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="form-tabs {{ field.class }}">
|
||||
<div class="form-tabs {{ field.class }} {{ field.classes }}">
|
||||
|
||||
{% if field.fields %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user