mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
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:
parent
425d785de5
commit
c3b20e3d11
@ -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;
|
||||
|
@ -1051,6 +1051,7 @@ GtkTreeView.view {
|
||||
|
||||
column-header .button {
|
||||
color: #8b8b8a;
|
||||
background-color: #292929;
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
@ -1043,6 +1043,7 @@ GtkTreeView.view {
|
||||
|
||||
column-header .button {
|
||||
color: #96999a;
|
||||
background-color: white;
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user