Adwaita: fix the special cased sidebar scrollbar...

...which I broke with the latest commit.
This commit is contained in:
Lapo Calamandrei 2014-10-11 14:37:16 +02:00
parent 5f11eaa168
commit 74531123ae
3 changed files with 3 additions and 3 deletions

View File

@ -1809,7 +1809,7 @@ column-header.button.dnd { // for treeview-like derive widgets
.scrollbars-junction,
.scrollbars-junction.frame { // the small square between two scrollbars
border: none;
border-color: transparent;
background-color: darken($bg_color, 5%);
&:backdrop { background-color: transparent; }
}

View File

@ -2468,7 +2468,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbars-junction, .scrollbar.trough,
.scrollbars-junction.frame,
.frame.scrollbar.trough {
border: none;
border-color: transparent;
background-color: #2d3232; }
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
.scrollbars-junction.frame:backdrop,

View File

@ -2465,7 +2465,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbars-junction, .scrollbar.trough,
.scrollbars-junction.frame,
.frame.scrollbar.trough {
border: none;
border-color: transparent;
background-color: #e0e0e0; }
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
.scrollbars-junction.frame:backdrop,