Make Scrollbar look more unobtrusive

This commit is contained in:
Philipp Hörist 2017-10-31 00:05:03 +01:00
parent 7ab6ed7e16
commit 0b21c12c41
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@
.no-scroll-indicator undershoot.top, undershoot.bottom { background-image: none; } .no-scroll-indicator undershoot.top, undershoot.bottom { background-image: none; }
.scrollbar-style scrollbar trough {background-color:@theme_base_color; } .scrollbar-style scrollbar trough {background-color:@theme_base_color; }
.scrollbar-style scrollbar {border:none; } .scrollbar-style scrollbar {border:none; }
.scrollbar-style slider {min-width: 3px; background-color: #a0a3a4}
.actionbar-no-border box {border: none} .actionbar-no-border box {border: none}
.actionbar-no-border button { .actionbar-no-border button {
padding: 0px; padding: 0px;
background-color: @theme_base_color; background-color: @theme_base_color;