1
0
Fork 0
forked from 0x2620/oxjs

only draw half of the calendar background stripes

This commit is contained in:
rolux 2011-05-27 09:58:03 +02:00
commit 1950b514b5
3 changed files with 16 additions and 14 deletions

View file

@ -47,10 +47,7 @@ Calendar
background: -webkit-gradient(linear, left top, left bottom, from(rgb(48, 48, 48)), to(rgb(16, 16, 16)));
}
.OxThemeModern .OxCalendar .OxBackground > div.even {
background: rgb(16, 16, 16);
}
.OxThemeModern .OxCalendar .OxBackground > div.odd {
.OxThemeModern .OxCalendar .OxBackground > div {
//background: rgb(20, 20, 20);
background: rgb(24, 24, 24);
}