aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorpafcu <pafcu@iki.fi>2015-01-18 08:19:03 +0200
committerpafcu <pafcu@iki.fi>2015-01-18 08:19:03 +0200
commit6657712714cb17afcd5fc3c81625a395279d8436 (patch)
tree660528972ccf9a744cc425b1ed009e2e709f3396 /view
parentda94dbe3314f9f7d2b1296db417c0bf9e37b7e68 (diff)
parent235181ead5a3dfe55d082304e1ebff5e5dc24070 (diff)
downloadvolse-hubzilla-6657712714cb17afcd5fc3c81625a395279d8436.tar.gz
volse-hubzilla-6657712714cb17afcd5fc3c81625a395279d8436.tar.bz2
volse-hubzilla-6657712714cb17afcd5fc3c81625a395279d8436.zip
Merge pull request #859 from einervonvielen/Issue_846_view_calendar_event
Fixed #846 Viewing event from calendar displays event
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css1
-rw-r--r--view/theme/redbasic/php/style.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 842e7063a..c24bee1fd 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1031,6 +1031,7 @@ footer {
#colorbox {
border: 0px solid $fancybox_bgcolour;
background-color: $fancybox_bgcolour;
+ z-index: 9;
}
.settings-block {
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 5d44a9b9d..5bc702d8c 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -275,7 +275,7 @@ if(! $a->install) {
if(! $chat_txtbgcol)
$chat_txtbgcol = "#EEE";
if(! $fancybox_bgcolour)
- $fancybox_bgcolour = "#FFF";
+ $fancybox_bgcolour = "#FFFFFF";
if (!$comment_padding)
$comment_padding="0px";
if (!$comment_border_left)