Adwaita: finally kill the scrollbar junction frame...

See https://bugzilla.gnome.org/show_bug.cgi?id=737981
This commit is contained in:
Lapo Calamandrei 2014-10-11 14:31:08 +02:00
parent 30738fbfdd
commit 5f11eaa168
3 changed files with 18 additions and 8 deletions

View File

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

View File

@ -2465,10 +2465,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
background-color: #4b5050; }
.scrollbars-junction, .scrollbar.trough {
border-color: transparent;
.scrollbars-junction, .scrollbar.trough,
.scrollbars-junction.frame,
.frame.scrollbar.trough {
border: none;
background-color: #2d3232; }
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
.scrollbars-junction.frame:backdrop,
.frame.scrollbar.trough:backdrop {
background-color: transparent; }
/**********

View File

@ -2462,10 +2462,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
background-color: #d9dada; }
.scrollbars-junction, .scrollbar.trough {
border-color: transparent;
.scrollbars-junction, .scrollbar.trough,
.scrollbars-junction.frame,
.frame.scrollbar.trough {
border: none;
background-color: #e0e0e0; }
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
.scrollbars-junction.frame:backdrop,
.frame.scrollbar.trough:backdrop {
background-color: transparent; }
/**********