mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-16 03:28:09 +01:00
Fixed active items
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
@@ -1931,7 +1931,7 @@ body .bootstrap-datetimepicker-widget {
|
||||
}
|
||||
|
||||
|
||||
&.active > a {
|
||||
&.fjs-active > a {
|
||||
background-color: darken($content-bg, 4%);
|
||||
border: 1px solid darken($content-bg, 7%);
|
||||
border-left: 0;
|
||||
|
||||
@@ -426,7 +426,7 @@
|
||||
}
|
||||
|
||||
|
||||
.item, .item.active {
|
||||
.item, .item.fjs-active {
|
||||
color: #777;
|
||||
background: #eee;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user