From 74895a430a7eb9a31f0555eae29e098608bdf049 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 31 Oct 2012 17:31:12 +0100 Subject: Improved lightbox CSS. --- views/default/n1_theme/css.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 986efe3..aa1f677 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -104,11 +104,20 @@ margin: 10px; } +#cboxTitle, #cboxTitle h3, #cboxCurrent { + color: #000; +} #cboxTitle h3 { - color: #eee; font-weight: bold; font-size: 160%; } +#cboxOverlay { + background-color: #FFF; + opacity: 0.6 !important; +} +.event-calendar-lightbox { + padding: 5px; +} .groups-profile-icon { height: 201px; -- cgit v1.2.3