D4rkSl4ve

Organizr Custom CSS

Mar 6th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /* Calendar - Download successful */
  2. .fc-content .text-success {
  3. color: seagreen;
  4.  
  5. /* Calendar - Passed Date and Not Downloaded */
  6. }
  7. .fc-content .text-danger {
  8. color: crimson;
  9. }
  10.  
  11. /* Calendar - Upcoming Show */
  12. .fc-content .text-info{
  13. color: crimson;
  14. }
  15.  
  16. /* Calendar - Premier Upcomming Show */
  17. .fc-content .text-primary {
  18. color: purple;
  19. }
  20.  
  21. /* This is the color of the border lines of the calendar */
  22. td {
  23. border-color: #ffffff !important;
  24. }
  25.  
  26. /* Calendar Current Day Highlight */
  27. .fc-unthemed .fc-today{
  28. color: #ffffff;
  29. background: #404040 !important;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment