Adwaita: correct background color for backdrop treeview column headers

This commit is contained in:
Lapo Calamandrei 2014-07-15 17:58:13 +02:00
parent 64ee268d71
commit 8c57dcec28
3 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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; }

View File

@ -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; }