put event z-index's into stylesheet

This commit is contained in:
Adam Shaw
2013-08-03 16:17:04 -07:00
parent d910bb8fcd
commit 664ec8f730
5 changed files with 19 additions and 12 deletions
+9
View File
@@ -138,6 +138,15 @@
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
z-index: 9;
}
.fc-event {
border: 1px solid #3a87ad; /* default BORDER color */