seeing how to modify a fc event's colour...
This commit is contained in:
parent
2ff9765fdf
commit
e9e7ad187b
2 changed files with 6 additions and 252 deletions
|
@ -372,6 +372,12 @@ function eventRender(event, element, view) {
|
|||
}
|
||||
|
||||
$(element).find(".fc-event-title").after(div);
|
||||
|
||||
$(element)
|
||||
.css({'border-color': 'red'})
|
||||
.find(".fc-event-time, a")
|
||||
.css({'background-color': 'red', 'border-color': 'red', 'color': 'white'});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue