Browse Source

slider works.. kinda

master
Marc 3 years ago
parent
commit
a946d832ba
1 changed files with 15 additions and 0 deletions
  1. 15
      .config/gtk-3.0/gtk-widgets.css

15
.config/gtk-3.0/gtk-widgets.css

@ -172,6 +172,21 @@ button {
text-shadow: none;
}
scale {
background: @bg_color;
}
scale trough *,
scale:hover trough * {
background: @acc1_color;
}
scale trough,
scale:hover trough {
background: mix(@fg_color, @bg_color, 0.5);
}
button:hover label,
button:focus label,
switch:hover slider,

Loading…
Cancel
Save