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:
parent
defc0cf5df
commit
27afd624cd
@ -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); }
|
||||
}
|
||||
|
||||
/***********
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user