diff options
Diffstat (limited to 'rt/share/html/NoAuth/css')
-rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 1eec5d948..c6b584e96 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -13,19 +13,19 @@ font-size: 0.8em; color:#505050; } -.date { +.calendardate { text-align: right; background-color: #f8f8ff; width:100%; } -.offmonthdate { +.offmonthcalendardate { text-align: right; background-color: #f8f8f8; width:100%; } -.todaysdate { +.todayscalendardate { text-align: right; background-color: #fc6; /*#fad163*/ width:100%; |