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

@ -222,7 +222,7 @@ Calendar
.OxCalendar .OxLine > .OxEvent.OxDate {
background: -moz-linear-gradient(top, rgba(96, 96, 192, 0.9), rgba(64, 64, 160, 0.9));
background: -o-linear-gradient(top, rgba(96, 96, 192, 0.9), rgba(64, 64, 160, 0.9));
background: -webkit-linear-gradient(top, rgba(96, 96, 192, 0.9), rgba(64, 64, 160, 0.9));
background: -webkit-linear-gradient(top, rgba(96, 96, 255, 0.9), rgba(64, 64, 224, 0.9));
}
.OxCalendar .OxLine > .OxEvent.OxPlace {
background: -moz-linear-gradient(top, rgba(0, 128, 96, 0.9), rgba(0, 96, 64, 0.9));
@ -263,7 +263,7 @@ Calendar
cursor: ew-resize;
}
.OxCalendar .OxOverlay div:nth-child(even) {
height: 14px;
border-radius: 4px;
}
.OxCalendar .OxRange .OxArrow {