main.css 917 B

123456789101112131415161718192021222324252627282930313233
  1. /*!
  2. FullCalendar Bootstrap Plugin v4.2.0
  3. Docs & License: https://fullcalendar.io/
  4. (c) 2019 Adam Shaw
  5. */
  6. .fc.fc-bootstrap a {
  7. text-decoration: none; }
  8. .fc.fc-bootstrap a[data-goto]:hover {
  9. text-decoration: underline; }
  10. .fc-bootstrap hr.fc-divider {
  11. border-color: inherit; }
  12. .fc-bootstrap .fc-today.alert {
  13. border-radius: 0; }
  14. .fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
  15. color: #fff; }
  16. .fc-bootstrap .fc-popover.card {
  17. position: absolute; }
  18. /* Popover
  19. --------------------------------------------------------------------------------------------------*/
  20. .fc-bootstrap .fc-popover .card-body {
  21. padding: 0; }
  22. /* TimeGrid Slats (lines that run horizontally)
  23. --------------------------------------------------------------------------------------------------*/
  24. .fc-bootstrap .fc-time-grid .fc-slats table {
  25. /* some themes have background color. see through to slats */
  26. background: none; }