diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 18:09:16 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 18:09:16 +0200 |
commit | 321fbfdb059e39b921e13ba034855b019981fa44 (patch) | |
tree | 14c7483b68774e40fc2dd3bb73e412e426a5ebd7 /views/default/event_calendar/css.php | |
parent | f22f6fd7a985b773bce95accf5172cdc2524575c (diff) | |
download | elgg-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.php | 4 |
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; +} |