installers (calendaring), RT#16584
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
index 96241e7..75541f2 100644 (file)
@@ -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*/
@@ -74,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;