Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 64: | Line 64: | ||
=== Mark certain days of the week === | === Mark certain days of the week === | ||
Example 1: Change the background color for Saturday | Example 1: Change the background color for Saturday | ||
.daySat {color:#c44a2f !important;} | |||
exchange daySat by daySun, dayMon, dayTue, dayeWed, dayThu, dayFri to exchange the backgound color for other days. | |||
Example 2: Change the background color for Saturday | |||
.daysat {background-color:#ccc !important;} | .daysat {background-color:#ccc !important;} | ||
Example | exchange daysat by daysun, daymon, daytue, dayewed, daythu, dayfri to exchange the backgound color for other days. | ||
Example 3: Add a border arround Saturday | |||
.daysat {border:1px solid #999999 !important;} | .daysat {border:1px solid #999999 !important;} | ||