Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
m Andrian moved page CSS to Custom CSS
Andrian (talk | contribs)
Line 79: Line 79:
Example 3: Set the font color for all the dates that fall on a Saturday
Example 3: Set the font color for all the dates that fall on a Saturday


  .daysat {color:#c44a2f !important;}
  .daysat{color:#c44a2f !important;}




Example 4: Add a border around all the dates that fall on a Sunday
Example 4: Add a border around all the dates that fall on a Sunday


  .daysat {border:1px solid #999999 !important;}
  .daysun{border:1px solid #999999 !important;}


=== Add a border around the selected dates===
=== Add a border around the selected dates===