Raleigh: Improve scale theming

Add some visual indication for fine adjustment mode in scales
and scrollbars.
This commit is contained in:
Matthias Clasen 2014-01-04 12:12:14 -05:00
parent 8b558e7889
commit cda87304d9

View File

@ -308,6 +308,17 @@ GtkSpinButton.button:hover {
border-color: shade (@bg_color, 0.8);
}
.scale.slider.fine-tune:active,
.scale.slider.fine-tune:active:hover,
.scale.slider.fine-tune.horizontal:active,
.scale.slider.fine-tune.horizontal:active:hover {
border-width: 5px;
}
.scrollbar.slider.fine-tune {
border-width: 5px;
}
GtkSwitch.trough:active {
background-color: @selected_bg_color;
color: @selected_fg_color;