Permalink
Browse files
Style Gtk3.16 overlay scrollbars
- Loading branch information...
Showing
with
15 additions
and
0 deletions.
-
+15
−0
gtk-3.0/gtk-widgets.css
|
|
@@ -1896,6 +1896,21 @@ GtkLevelBar.vertical { |
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+.scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
|
|
|
+ -GtkRange-slider-width: 5px;
|
|
|
+ -GtkRange-trough-border: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
|
|
|
+ border-style: none;
|
|
|
+ background-image: none;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
.scrollbars-junction,
|
|
|
.scrollbar.trough,
|
|
|
.scrollbar.trough.vertical {
|
|
|
|
0 comments on commit
1745782