|
|
|
@ -22,13 +22,15 @@ body .fc { /* extra precedence to overcome jqui */
|
|
|
|
|
/* Colors
|
|
|
|
|
--------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
/* for gutter border */
|
|
|
|
|
|
|
|
|
|
.fc-unthemed th,
|
|
|
|
|
.fc-unthemed td,
|
|
|
|
|
.fc-unthemed thead,
|
|
|
|
|
.fc-unthemed tbody,
|
|
|
|
|
.fc-unthemed .fc-divider,
|
|
|
|
|
.fc-unthemed .fc-row,
|
|
|
|
|
.fc-unthemed .fc-content, /* for gutter border */
|
|
|
|
|
.fc-unthemed .fc-content,
|
|
|
|
|
.fc-unthemed .fc-popover,
|
|
|
|
|
.fc-unthemed .fc-list-view,
|
|
|
|
|
.fc-unthemed .fc-list-heading td {
|
|
|
|
@ -232,9 +234,9 @@ NOTE: use percentage font sizes or else old IE chokes
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-position: 0 -15px;
|
|
|
|
|
-webkit-transition: background-position 0.1s linear;
|
|
|
|
|
-moz-transition: background-position 0.1s linear;
|
|
|
|
|
-o-transition: background-position 0.1s linear;
|
|
|
|
|
transition: background-position 0.1s linear;
|
|
|
|
|
-moz-transition: background-position 0.1s linear;
|
|
|
|
|
-o-transition: background-position 0.1s linear;
|
|
|
|
|
transition: background-position 0.1s linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fc-state-down,
|
|
|
|
|