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:
Giovanni Campagna 2012-12-17 22:26:26 +01:00
parent beb0fdf4b8
commit ec39aa3890

View File

@ -1258,15 +1258,15 @@ StScrollBar StButton#vhandle:active {
font-weight: bold;
}
.calendar-other-month-day {
color: #333333;
}
.calendar-day-with-events {
font-weight: bold;
color: white;
}
.calendar-other-month-day {
color: #333333;
}
.events-header-vbox {
spacing: 6pt;
padding-right: .5em;