From 61efe651061fbf1ac5fd2952e5ebfc9d827c7b95 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 14 Apr 2014 01:17:54 -0700 Subject: [PATCH] installers (calendaring), RT#16584 --- rt/share/html/NoAuth/css/calendar.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.11.0