Allow diff scroll thumb in sidebar

This commit is contained in:
Andy Miller
2017-05-26 10:30:59 -06:00
parent 3f35b7f986
commit 39bb55ca3c
3 changed files with 17 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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