Adwaita, HighContrast: day names in GtkCalendar

Ideally I'd like to mimic the treeview column-header style,
but font-weight: bold; doesn't seem to work. Making them plain
for now.

https://bugzilla.gnome.org/show_bug.cgi?id=753357
This commit is contained in:
Jakub Steiner 2015-08-27 16:25:46 +02:00 committed by Matthias Clasen
parent 454e7f3f21
commit ecc5abfe3b
2 changed files with 3 additions and 3 deletions

View File

@ -2736,8 +2736,8 @@ GtkCalendar {
&:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
&.highlight, &.highlight:backdrop {
font-size: smaller;
color: $fg_color;
background: $borders_color;
}

View File

@ -2045,8 +2045,8 @@ GtkCalendar {
}
}
&:inconsistent, &:inconsistent:backdrop,
&.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
&:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
&.highlight, &.highlight:backdrop { color: $fg_color; }
}
/***********