aboutsummaryrefslogtreecommitdiff
path: root/views/default/event_calendar/css.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-05-29 18:09:16 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2012-05-29 18:09:16 +0200
commit321fbfdb059e39b921e13ba034855b019981fa44 (patch)
tree14c7483b68774e40fc2dd3bb73e412e426a5ebd7 /views/default/event_calendar/css.php
parentf22f6fd7a985b773bce95accf5172cdc2524575c (diff)
downloadelgg-321fbfdb059e39b921e13ba034855b019981fa44.tar.gz
elgg-321fbfdb059e39b921e13ba034855b019981fa44.tar.bz2
added click on calendar to preselect new event date
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r--views/default/event_calendar/css.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php
index 9461a7fe9..b1e17e4df 100644
--- a/views/default/event_calendar/css.php
+++ b/views/default/event_calendar/css.php
@@ -275,3 +275,7 @@ li.event-calendar-filter-menu-show-only {
clear: both;
margin-bottom: 5px;
}
+
+.event-calendar-date-selected {
+ background-color: #DDDDFF;
+}