diff options
author | RedSwede <redswede@riseup.net> | 2015-01-19 00:45:32 +0100 |
---|---|---|
committer | RedSwede <redswede@riseup.net> | 2015-01-19 00:45:32 +0100 |
commit | 08038eafb4e1e1374356727fa1f21dab244185cb (patch) | |
tree | 291d9fce556898b60c04faa24d35a2cfbb122787 /view/theme | |
parent | cfd983b7509d55a79621b2895205f1acd74dc564 (diff) | |
parent | 5d30565c665341e6a6a805684cee4d45c1d2fafe (diff) | |
download | volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.tar.gz volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.tar.bz2 volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.zip |
Merge branch 'master' of git://github.com/friendica/red into dev_redswede
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 | ||||
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
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) |