Adwaita: Set background color of header buttons

Without a background, one can see titles shine through when
resizable columns are squeezed.
This commit is contained in:
Matthias Clasen 2014-07-10 19:36:26 -04:00
parent 425d785de5
commit c3b20e3d11
3 changed files with 3 additions and 0 deletions

View File

@ -868,6 +868,7 @@ column-header {
@extend %column_header_button;
$_column_header_color: mix($fg_color,$base_color,50%);
color: $_column_header_color;
background-color: $base_color;
font-weight: bold;
text-shadow: none;
box-shadow: none;

View File

@ -1051,6 +1051,7 @@ GtkTreeView.view {
column-header .button {
color: #8b8b8a;
background-color: #292929;
font-weight: bold;
text-shadow: none;
box-shadow: none; }

View File

@ -1043,6 +1043,7 @@ GtkTreeView.view {
column-header .button {
color: #96999a;
background-color: white;
font-weight: bold;
text-shadow: none;
box-shadow: none; }