Adwaita: legible labels in headerbars in selection mode

This commit is contained in:
Jakub Steiner 2014-08-25 15:24:44 +02:00
parent 514a3c62d7
commit 3bad6d1367
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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