Skip to content

Commit

Permalink
Easier to read calendar applet
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Dec 22, 2011
1 parent f987f09 commit 232dc4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ StTooltip StLabel {
}

.calendar-month-label {
color: #666666;
color: #cccccc;
font-size: 7.5pt;
padding-bottom: 8px;
padding-top: 8px;
Expand Down Expand Up @@ -1341,7 +1341,7 @@ StTooltip StLabel {
/* Hack used in lieu of border-collapse - see calendar.js */
.calendar-day {
border: 1px solid #333333;
color: #888888;
color: #cccccc;
border-top-width: 0;
border-left-width: 0;
}
Expand All @@ -1367,7 +1367,7 @@ StTooltip StLabel {
}

.calendar-other-month-day {
color: #333333;
color: #888888;
}

.calendar-day-with-events {
Expand Down

0 comments on commit 232dc4c

Please sign in to comment.