Colour palette improved for the calendar
This commit is contained in:
parent
479153df17
commit
d3f5b046f3
3 changed files with 45 additions and 10 deletions
|
@ -605,9 +605,9 @@ table.fc-border-separate {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
background: #C3C3C3;
|
||||
opacity: 0.15;
|
||||
filter: alpha(opacity=15);
|
||||
}
|
||||
|
||||
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
|
||||
|
|
|
@ -1371,7 +1371,7 @@ thead tr.fc-first
|
|||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
ful
|
||||
/** Extremely nasty workaround for a fullcalendar bug, where clicking "Add Show"
|
||||
would cause this large space under the table header. The CSS to get to that
|
||||
is ridiculously complicated and set in the HTML (!) dynamically with JS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue