summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-14 01:17:54 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-14 01:17:54 -0700
commit61efe651061fbf1ac5fd2952e5ebfc9d827c7b95 (patch)
tree8997e15a232dcd0c330e735796daa3354b189801 /rt/share
parent01ffb4debe929b4d28f2ff9aee2f2bfc9b67fb47 (diff)
installers (calendaring), RT#16584
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;