Made scrollbar slider coherent with buttons

This commit is contained in:
Eudaimon 2022-07-13 08:34:16 +02:00
parent 38663c3e1d
commit dabb4cc2cc
1 changed files with 3 additions and 4 deletions

View File

@ -3140,9 +3140,8 @@ scrollbar {
border: 1px solid alpha(black, 0.4);
border-radius: 0.5em;
background-color: @button_bg;
background-image: linear-gradient(to top, alpha(shade(@button_bg, 0.9), 0.6), alpha(shade(@button_bg, 1.1), 0.6));
box-shadow: inset 0px 1px 1px 1px alpha(@highlight_color, 0.6),
inset 0 -1px 1px 1px alpha(black, 0.6);
box-shadow: inset 0 1px 1px 0 alpha(white, 0.5), inset 0 -1px 1px 0 alpha(black, 0.5);
background-image: linear-gradient(to bottom, alpha(@highlight_color,0.2), alpha(black,0.2));
}
@ -3156,7 +3155,7 @@ background-image:linear-gradient(to bottom, transparent, transparent 45%, red 48
/*scrollbar slider:backdrop {
background-color: alpha(@window_fg, 0.35); }*/
scrollbar slider:disabled {
background-color: @window_bg; }
background-color: @disabled_bg; }
scrollbar.fine-tune slider:active {
background-color: shade(@selected_bg, 1.3);}
/*scrollbar.fine-tune.horizontal slider {