[freeside-commits] branch master updated. 61efe651061fbf1ac5fd2952e5ebfc9d827c7b95
Ivan
ivan at 420.am
Mon Apr 14 01:17:55 PDT 2014
The branch, master has been updated
via 61efe651061fbf1ac5fd2952e5ebfc9d827c7b95 (commit)
from 01ffb4debe929b4d28f2ff9aee2f2bfc9b67fb47 (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 61efe651061fbf1ac5fd2952e5ebfc9d827c7b95
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 14 01:17:54 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