You are here

fullcalendar_legend.theme.css in FullCalendar 7.2

.fullcalendar-legend .fc-event-default {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.85em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.1em 0.5em;
}

.fullcalendar-legend .fc-event-default a {
  border: none;
  display: block;
  width: 100%;
}

File

fullcalendar_legend/css/fullcalendar_legend.theme.css
View source
  1. .fullcalendar-legend .fc-event-default {
  2. -moz-border-radius: 3px;
  3. -webkit-border-radius: 3px;
  4. border-radius: 3px;
  5. font-size: 0.85em;
  6. margin-bottom: 1em;
  7. margin-top: 1em;
  8. padding: 0.1em 0.5em;
  9. }
  10. .fullcalendar-legend .fc-event-default a {
  11. border: none;
  12. display: block;
  13. width: 100%;
  14. }