Merge branch 'feature/new-admin-tabs' of github.com:getgrav/grav-plugin-admin into feature/new-admin-tabs

This commit is contained in:
Djamil Legato
2017-03-10 15:24:21 -08:00
6 changed files with 12 additions and 141 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
<div class="form-tabs {{ field.class }}">
<div class="form-tabs {{ field.class }} {{ field.classes }}">
{% if field.fields %}