1
0
Fork 0
forked from 0x2620/oxjs

update calendar css

This commit is contained in:
rlx 2011-10-11 07:30:01 +00:00
commit 5a04e4fb8e
3 changed files with 8 additions and 8 deletions

View file

@ -118,11 +118,11 @@ Calendar
}
.OxThemeModern .OxCalendar .OxOverlay div:nth-child(even) {
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 2px rgb(255, 255, 255);
}
.OxThemeModern .OxCalendar .OxOverlay div:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.25);
}