25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
665 B

  1. .fc-toolbar {
  2. padding: 15px;
  3. margin-bottom: 0px !important;
  4. }
  5. .fc-view-container {
  6. margin-left: -1px;
  7. }
  8. th.fc-widget-header {
  9. background-color: #F7FAFC;
  10. color: #8C99A5;
  11. }
  12. .fc-unthemed th,
  13. .fc-unthemed td,
  14. .fc-unthemed hr,
  15. .fc-unthemed thead,
  16. .fc-unthemed tbody,
  17. .fc-unthemed .fc-row,
  18. .fc-unthemed .fc-popover {
  19. border-color: #d1d8dd !important;
  20. }
  21. .fc-unthemed .fc-today {
  22. background-color: #FFFEF2 !important;
  23. }
  24. .fc-highlight {
  25. background-color: #D9F6FF !important;
  26. }
  27. .fc-event {
  28. border: 1px solid #E8DDFF;
  29. /* default BORDER color */
  30. background-color: #E8DDFF;
  31. }
  32. @media (max-width: 767px) {
  33. .fc-scroller {
  34. height: auto !important;
  35. }
  36. }