mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-09-05 22:49:53 +02:00
Allow diff scroll thumb in sidebar
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
@@ -1521,7 +1521,21 @@ body .bootstrap-datetimepicker-widget {
|
||||
}
|
||||
|
||||
.gm-scrollbar .thumb {
|
||||
@if (lightness($page-bg) < 50) {
|
||||
@if (lightness($page-bg) < 50) {
|
||||
background-color: rgba($white, 0.2);
|
||||
&:hover, &:active {
|
||||
background-color: rgba($white, 0.3);
|
||||
}
|
||||
} @else {
|
||||
background-color: rgba($black, 0.2);
|
||||
&:hover, &:active {
|
||||
background-color: rgba($black, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#admin-sidebar .gm-scrollbar .thumb {
|
||||
@if (lightness($nav-bg) < 50) {
|
||||
background-color: rgba($white, 0.2);
|
||||
&:hover, &:active {
|
||||
background-color: rgba($white, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user