[freeside-commits] branch FREESIDE_3_BRANCH updated. 619b5649552e11eeef2cae712b923d7e0f6d3f43
Ivan
ivan at 420.am
Mon Apr 14 01:17:56 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 619b5649552e11eeef2cae712b923d7e0f6d3f43 (commit)
from 3b747e41c8795c2fed2cbbe2993a6a445d7546a3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 619b5649552e11eeef2cae712b923d7e0f6d3f43
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 14 01:17:55 2014 -0700
installers (calendaring), RT#16584
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index 75541f2..7092d76 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;
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/NoAuth/css/calendar.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list