X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fcalendar.css;h=75541f2c592ececa49573203a587d76c88b594b7;hb=7cfd11c02730df0bd27f03b8da765666af0a0edc;hp=14cbabc736d5b4878a41c43dad364a62842c8138;hpb=4f7725315c140dac53d390ec607b8d221166f6ac;p=freeside.git diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 14cbabc73..75541f2c5 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -25,6 +25,12 @@ color:#505050; width:100%; } +.pastoffmonthcalendardate { + text-align: right; + background-color: #e0e0e0; + width:100%; +} + .todayscalendardate { text-align: right; background-color: #fc6; /*#fad163*/ @@ -37,6 +43,7 @@ color:#505050; } .calendarright { + text-align: right; float: right; } @@ -73,6 +80,16 @@ table.rtxcalendar td.offmonth { color: #aaa; } +table.rtxcalendar td.past { + background: #e8e8e8; + color: #aaa; +} + +table.rtxcalendar td.pastoffmonth { + background: #e0e0e0; + color: #aaa; +} + table.rtxcalendar td.today { background: #ffe; /*#fed;*/ border: 1px solid #fc6;