1
0
Fork 0
forked from 0x2620/oxjs

allow for current (ongoing) events

This commit is contained in:
rolux 2011-05-26 20:18:20 +02:00
commit 385aac008c
3 changed files with 15 additions and 1 deletions

View file

@ -156,6 +156,10 @@ Calendar
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;
border-bottom-right-radius: 0;
}
.OxCalendar .OxLine > .OxEvent.OxDate {
background: -moz-linear-gradient(top, rgba(224, 0, 0, 0.9), rgba(192, 0, 0, 0.9));
background: -webkit-linear-gradient(top, rgba(224, 0, 0, 0.9), rgba(192, 0, 0, 0.9));