summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-13 13:23:37 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-13 13:23:37 -0700
commit7cfd11c02730df0bd27f03b8da765666af0a0edc (patch)
tree8ea16957a37af52f293add29447fdc8cb5da3dee /rt/share/html/NoAuth
parent778b8c70120cce490e8c6ddb534f1302200e0ad6 (diff)
installers (calendaring), RT#16584
Diffstat (limited to 'rt/share/html/NoAuth')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index 96241e73f..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*/
@@ -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;