mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Adwaita: legible labels in headerbars in selection mode
This commit is contained in:
parent
514a3c62d7
commit
3bad6d1367
@ -958,7 +958,7 @@ GtkComboBox {
|
||||
}
|
||||
}
|
||||
&.selection-mode {
|
||||
color: darken($selected_bg_color, 15%);
|
||||
color: $selected_fg_color;
|
||||
text-shadow: 0 1px transparentize(black, 0.5);
|
||||
border-color: $selected_borders_color;
|
||||
background-image: linear-gradient(to bottom,
|
||||
|
@ -1125,7 +1125,7 @@ GtkComboBox {
|
||||
border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; }
|
||||
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
|
||||
.header-bar.selection-mode {
|
||||
color: #14375d;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
|
||||
border-color: #0f2b48;
|
||||
background-image: linear-gradient(to bottom, #256ab1, #215d9c);
|
||||
|
@ -1117,7 +1117,7 @@ GtkComboBox {
|
||||
border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; }
|
||||
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
|
||||
.header-bar.selection-mode {
|
||||
color: #256ab1;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
|
||||
border-color: #184472;
|
||||
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9);
|
||||
|
Loading…
Reference in New Issue
Block a user