Guest User

Untitled

a guest
Feb 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #betaCalendar .fc-today .fc-day-number {
  2. border-radius: 0 !important;
  3. width: 30px;
  4. height: 30px;
  5. line-height: 30px;
  6. }
  7.  
  8. #betaCalendar .fc-month-view .timedEvent .fc-time {
  9. color: #000 !important;
  10. }
  11.  
  12. .eventColorIndicator {
  13. position: absolute;
  14. line-height: 15px;
  15. border-radius: 0%;
  16. padding: 5px;
  17. }
  18.  
  19. .fc-time {
  20. margin-left: 15px;
  21. }
  22.  
  23. #betaCalendar .fc-event {
  24. border-radius: 0 !important;
  25. }
  26.  
  27. #betaCalendar .fc-today {
  28. background-color: #fff;
  29. }
  30.  
  31. #betaCalendar .fc-past {
  32. background-color: #aaa;
  33. }
  34.  
  35. #betaCalendar .fc-future {
  36. background-color: #f2f2f2;
  37. }
Add Comment
Please, Sign In to add comment