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

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