Skip to content

Commit

Permalink
Transparent scrollbar onsidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Feb 18, 2019
1 parent e4c0712 commit 2b7b072
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,17 @@ filechooser placessidebar.sidebar row, filechooser placessidebar.sidebar view ro

.sidebar frame, .sidebar.frame {
border: none; }
.sidebar scrollbar {
.sidebar scrollbar.vertical, .sidebar scrollbar.horizontal {
border: none;
background-color: transparent; }
.sidebar scrollbar.overlay-indicator.horizontal {
border: none;
background-color: transparent; }
.sidebar scrollbar.overlay-indicator.vertical {
border: none;
background-color: transparent; }
.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
border: none;
background-color: transparent; }
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
border: none; }
Expand Down

0 comments on commit 2b7b072

Please sign in to comment.