Calendar: dim days from other months, even if they have events
Invert the order of the declarations, so those for calendar-other-month-day take priority over those for calendar-day-with-events. https://bugzilla.gnome.org/show_bug.cgi?id=641383
This commit is contained in:
parent
beb0fdf4b8
commit
ec39aa3890
@ -1258,15 +1258,15 @@ StScrollBar StButton#vhandle:active {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-other-month-day {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar-other-month-day {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
.events-header-vbox {
|
.events-header-vbox {
|
||||||
spacing: 6pt;
|
spacing: 6pt;
|
||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user