Skip to content

Commit

Permalink
Merge pull request #39 from phyrog/master
Browse files Browse the repository at this point in the history
Remove background colors from non-current days
  • Loading branch information
lassekongo83 committed Apr 12, 2015
2 parents cbedc34 + 96f23a4 commit 26875c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ZukiShell/gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1545,13 +1545,12 @@ StScrollBar StButton#vhandle:active {

/* Hack used in lieu of border-collapse - see calendar.js */
.calendar-day {
border: 1px solid #1d1d1d;
border: 1px solid rgba(0,0,0,0);
color: #eee;
border-top-width: 0;
border-left-width: 0;
width: 32px;
background-color: #363636;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.05);
height: 32px;
}

.calendar-day-top {
Expand All @@ -1566,7 +1565,6 @@ StScrollBar StButton#vhandle:active {
}

.calendar-nonwork-day {
background-color: #2f2f2f;
}

.calendar-today {
Expand All @@ -1582,7 +1580,6 @@ StScrollBar StButton#vhandle:active {

.calendar-other-month-day {
color: #777;
background-color: #1d1d1d;
box-shadow: none;
}

Expand Down

0 comments on commit 26875c5

Please sign in to comment.