Permalink
Browse files

Style Gtk3.16 overlay scrollbars

  • Loading branch information...
1 parent 2af282a commit 1745782e1928fd28fdd44530cd7b3bf6fb3283d1 @ochosi ochosi committed Jul 20, 2015
Showing with 15 additions and 0 deletions.
  1. +15 −0 gtk-3.0/gtk-widgets.css
View
@@ -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

Please sign in to comment.