View file delta_framework-main/admin/styles/css/style.calendar.css

File size: 2.11Kb
  1. @import url('fullcalendar.css');
  2.  
  3. .fc-state-default.fc-corner-left {
  4. border-bottom-left-radius: 3px;
  5. border-top-left-radius: 3px;
  6. }
  7.  
  8. .fc-state-default.fc-corner-right {
  9. border-bottom-right-radius: 3px;
  10. border-top-right-radius: 3px;
  11. }
  12.  
  13. .fc-state-default {
  14. background-color: #e4e7ea;
  15. background-image: none;
  16. text-shadow: none;
  17. border-color: #ccc;
  18. -moz-box-shadow: none;
  19. -webkit-box-shadow: none;
  20. box-shadow: none;
  21. }
  22.  
  23. .fc-state-hover,
  24. .fc-state-down,
  25. .fc-state-active,
  26. .fc-state-disabled {
  27. color: #333333;
  28. background-color: #ddd;
  29. border-color: #bbb;
  30. }
  31.  
  32. .fc-button {
  33. height: auto;
  34. line-height: normal;
  35. padding: 8px 10px;
  36. }
  37.  
  38. .fc-button .fc-icon {
  39. font-size: 0;
  40. }
  41.  
  42. .fc-icon-right-single-arrow:after {
  43. font-family: 'FontAwesome';
  44. content: '\f105';
  45. font-size: 21px;
  46. font-weight: normal;
  47. }
  48.  
  49. .fc-icon-left-single-arrow:after {
  50. font-family: 'FontAwesome';
  51. content: '\f104';
  52. font-size: 21px;
  53. font-weight: normal;
  54. }
  55.  
  56. .fc-button-prev,
  57. .fc-button-next {
  58. line-height: 14px;
  59. height: 35px;
  60. }
  61.  
  62. .fc-header-title h2 {
  63. font-size: 24px;
  64. margin-top: 5px;
  65. margin-bottom: 0;
  66. color: #333;
  67. }
  68.  
  69. .fc-state-highlight {
  70. background-color: #d9edf7;
  71. }
  72.  
  73. .fc-grid .fc-day-number {
  74. font-size: 16px;
  75. font-weight: 500;
  76. padding-top: 10px;
  77. padding-right: 10px;
  78. }
  79.  
  80. .fc th {
  81. padding: 10px 0;
  82. background: #4e5154;
  83. color: #fff;
  84. border-color: #5e6165;
  85. font-weight: 500;
  86. text-transform: uppercase;
  87. }
  88.  
  89. .fc-state-down, .fc-state-active,
  90. .fc-state-disabled {
  91. background-color: #428bca;
  92. border-color: #357ebd;
  93. color: #fff;
  94. }
  95.  
  96. .external-event {
  97. background-color: #428bca;
  98. border-color: #357ebd;
  99. color: #fff;
  100. margin-bottom: 5px;
  101. padding: 8px 10px;
  102. -moz-border-radius: 2px;
  103. -webkit-border-radius: 2px;
  104. border-radius: 2px;
  105. cursor: move;
  106. }
  107.  
  108. .fc-ltr .fc-event-hori.fc-event-start,
  109. .fc-rtl .fc-event-hori.fc-event-end {
  110. border-bottom-left-radius: 2px;
  111. border-top-left-radius: 2px;
  112. }
  113.  
  114. .fc-event {
  115. background-color: #4e5154;
  116. border: 0;
  117. }
  118.  
  119. .fc-event-inner {
  120. padding: 2px 3px;
  121. }
  122.  
  123.