Sin descripción

main.css 813B

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