From ec39aa3890f7046fe65df2bea11598953b560060 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 17 Dec 2012 22:26:26 +0100 Subject: [PATCH] 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 --- data/theme/gnome-shell.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 65c29ad70..92a9c1d83 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -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;