1
0
Fork 0
forked from 0x2620/oxjs

support classic theme

This commit is contained in:
rolux 2011-05-28 02:02:00 +02:00
commit fada9f8a0c
3 changed files with 50 additions and 8 deletions

View file

@ -155,7 +155,6 @@ Calendar
border-radius: 4px;
background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.9), rgba(224, 0, 0, 0.9));
background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.9), rgba(224, 0, 0, 0.9));
color: rgb(255, 255, 255);
}
.OxCalendar .OxLine > .OxEvent.OxCurrent {
border-top-right-radius: 0;
@ -202,11 +201,6 @@ Calendar
}
.OxCalendar .OxOverlay div:nth-child(even) {
height: 14px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.OxCalendar .OxOverlay div:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.5);
}
.OxCalendar .OxRange .OxArrow {