[gnome-shell] Calendar: dim days from other months, even if they have events
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Calendar: dim days from other months, even if they have events
- Date: Mon, 4 Mar 2013 17:59:56 +0000 (UTC)
commit ec39aa3890f7046fe65df2bea11598953b560060
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Mon Dec 17 22:26:26 2012 +0100
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 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 65c29ad..92a9c1d 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]