forked from 0x2620/oxjs
allow for current (ongoing) events
This commit is contained in:
parent
bd0f1e1ae3
commit
385aac008c
3 changed files with 15 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue