mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Implement fine scrolling
This commit is contained in:
@@ -1114,6 +1114,15 @@ GtkLevelBar.vertical {
|
||||
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 {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
@@ -1201,6 +1210,12 @@ GtkLevelBar.vertical {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.scrollbar.slider.fine-tune:prelight:active {
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/* overlay scrollbar */
|
||||
OsThumb {
|
||||
color: shade(@theme_bg_color, 0.7);
|
||||
|
||||
Reference in New Issue
Block a user