forked from AuroraMiddleware/gtk
Adwaita: finally kill the scrollbar junction frame...
See https://bugzilla.gnome.org/show_bug.cgi?id=737981
This commit is contained in:
parent
30738fbfdd
commit
5f11eaa168
@ -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; }
|
||||
}
|
||||
|
@ -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; }
|
||||
|
||||
/**********
|
||||
|
@ -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; }
|
||||
|
||||
/**********
|
||||
|
Loading…
Reference in New Issue
Block a user