Browse Source

#266

Calendar folder lang

- Now it is there.
pull/343/head
Nicolae Gabriel 8 years ago
parent
commit
ad53d4e70e
  1. 10
      vendors/fullcalendar/dist/fullcalendar.css

10
vendors/fullcalendar/dist/fullcalendar.css vendored

@ -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,

Loading…
Cancel
Save