1
0
Fork 0
forked from 0x2620/oxjs

update calendar css

This commit is contained in:
rlx 2011-10-10 08:39:20 +00:00
commit d7507ee5ab
3 changed files with 25 additions and 18 deletions

View file

@ -111,6 +111,12 @@ Calendar
.OxThemeClassic .OxCalendar .OxLine > .OxEvent {
color: rgb(0, 0, 0);
}
.OxThemeClassic .OxCalendar .OxLine > .OxEvent.OxSelected {
box-shadow: inset 0 0 1px rgb(0, 0, 0),
inset 0 0 1px rgb(0, 0, 0),
inset 0 0 1px rgb(0, 0, 0),
inset 0 0 1px rgb(0, 0, 0);
}
.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(even) {
border-top: 1px solid rgba(0, 0, 0, 0.5);