Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Calendar - Download successful */
- .fc-content .text-success {
- color: seagreen;
- /* Calendar - Passed Date and Not Downloaded */
- }
- .fc-content .text-danger {
- color: crimson;
- }
- /* Calendar - Upcoming Show */
- .fc-content .text-info{
- color: crimson;
- }
- /* Calendar - Premier Upcomming Show */
- .fc-content .text-primary {
- color: purple;
- }
- /* This is the color of the border lines of the calendar */
- td {
- border-color: #ffffff !important;
- }
- /* Calendar Current Day Highlight */
- .fc-unthemed .fc-today{
- color: #ffffff;
- background: #404040 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment