HighContrast: Improve GtkCalendar drawing

Make days gray that are not in the current month.

https://bugzilla.gnome.org/show_bug.cgi?id=753357
This commit is contained in:
Matthias Clasen 2015-08-08 10:02:49 +02:00
parent defc0cf5df
commit 27afd624cd
2 changed files with 5 additions and 0 deletions

View File

@ -2079,6 +2079,9 @@ GtkCalendar {
border-bottom-color: mix($backdrop_borders_color,$backdrop_bg_color,50%);
}
}
&:inconsistent, &:inconsistent:backdrop,
&.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
}
/***********

View File

@ -2281,6 +2281,8 @@ GtkCalendar {
GtkCalendar.header:backdrop {
background-image: linear-gradient(to bottom, #fff);
border-bottom-color: #c5c5c5; }
GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
color: alpha(currentColor,0.55); }
/***********
* Dialogs *