Implement fine scrolling
parent
274696772d
commit
fc330cb0bc
|
@ -1114,6 +1114,15 @@ GtkLevelBar.vertical {
|
||||||
inset 0 -1px shade(@theme_bg_color, 0.85);
|
inset 0 -1px shade(@theme_bg_color, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scale.slider.fine-tune:active,
|
||||||
|
.scale.slider.fine-tune:active:hover,
|
||||||
|
.scale.slider.fine-tune.horizontal:active,
|
||||||
|
.scale.slider.fine-tune.horizontal:active:hover {
|
||||||
|
background-size: 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
.scale.mark {
|
.scale.mark {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
}
|
}
|
||||||
|
@ -1201,6 +1210,12 @@ GtkLevelBar.vertical {
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scrollbar.slider.fine-tune:prelight:active {
|
||||||
|
background-size: 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* overlay scrollbar */
|
/* overlay scrollbar */
|
||||||
OsThumb {
|
OsThumb {
|
||||||
color: shade(@theme_bg_color, 0.7);
|
color: shade(@theme_bg_color, 0.7);
|
||||||
|
|
Loading…
Reference in New Issue