Implement fine scrolling

pull/63/head
Satyajit Sahoo 2013-08-19 09:05:35 +05:30
parent 274696772d
commit fc330cb0bc
1 changed files with 15 additions and 0 deletions

View File

@ -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);