diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-14 01:17:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-14 01:17:55 -0700 |
commit | 619b5649552e11eeef2cae712b923d7e0f6d3f43 (patch) | |
tree | c357527153977985750b5e26812fe7c8048c3caa /rt | |
parent | 3b747e41c8795c2fed2cbbe2993a6a445d7546a3 (diff) |
installers (calendaring), RT#16584
Diffstat (limited to 'rt')
-rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 8 |
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; |