summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index 75541f2c5..7092d7672 100644
--- a/rt/share/html/NoAuth/css/calendar.css
+++ b/rt/share/html/NoAuth/css/calendar.css
@@ -75,6 +75,14 @@ table.rtxcalendar td.weekly {
width: auto;
}
+table.rtxcalendar td.weeklyselectable {
+ width: auto;
+}
+
+table.rtxcalendar td.weeklyselectable:hover {
+ cursor: pointer;
+}
+
table.rtxcalendar td.offmonth {
background: #f8f8f8;
color: #aaa;