forked from AuroraMiddleware/gtk
Adwaita: correct background color for backdrop treeview column headers
This commit is contained in:
parent
64ee268d71
commit
8c57dcec28
@ -919,6 +919,7 @@ column-header.button.dnd { // for treeview-like derive widgets
|
||||
border-width: 0 1px 1px 0;
|
||||
color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
|
||||
background-image: none;
|
||||
background-color: $backdrop_base_color;
|
||||
&:insensitive {
|
||||
border-color: $backdrop_bg_color;
|
||||
background-image: none;
|
||||
|
@ -1083,7 +1083,8 @@ column-header .button, column-header .button:hover, column-header .button:active
|
||||
border-color: #393f3f;
|
||||
border-width: 0 1px 1px 0;
|
||||
color: #818584;
|
||||
background-image: none; }
|
||||
background-image: none;
|
||||
background-color: #2c2c2c; }
|
||||
column-header .button:backdrop:insensitive {
|
||||
border-color: #393f3f;
|
||||
background-image: none; }
|
||||
|
@ -1075,7 +1075,8 @@ column-header .button, column-header .button:hover, column-header .button:active
|
||||
border-color: #ededed;
|
||||
border-width: 0 1px 1px 0;
|
||||
color: #a0a3a3;
|
||||
background-image: none; }
|
||||
background-image: none;
|
||||
background-color: #fcfcfc; }
|
||||
column-header .button:backdrop:insensitive {
|
||||
border-color: #ededed;
|
||||
background-image: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user