diff options
author | Sem <sembrestels@riseup.net> | 2012-10-31 17:31:12 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-31 17:31:12 +0100 |
commit | 74895a430a7eb9a31f0555eae29e098608bdf049 (patch) | |
tree | 61ca59e2b384ea06b7cf2595a30a39487faf21d4 | |
parent | 22af64e512f4c77cbd9742325e93e7f330de61a4 (diff) | |
download | saravea_theme-74895a430a7eb9a31f0555eae29e098608bdf049.tar.gz saravea_theme-74895a430a7eb9a31f0555eae29e098608bdf049.tar.bz2 |
Improved lightbox CSS.
-rw-r--r-- | views/default/n1_theme/css.php | 11 |
1 files changed, 10 insertions, 1 deletions
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; |