From: Ivan Kohler Date: Mon, 14 Apr 2014 08:17:54 +0000 (-0700) Subject: installers (calendaring), RT#16584 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=61efe651061fbf1ac5fd2952e5ebfc9d827c7b95 installers (calendaring), RT#16584 --- 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;