aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/simple_green_on_black.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-09 20:55:44 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-09 20:55:44 +0000
commit77fc267f738727ec1c503bd68470014a14c1b621 (patch)
tree4c180ee85d54f89d8992d062efb384b823c1c294 /view/theme/redbasic/schema/simple_green_on_black.php
parente06c3e5a911176bd2afc5d9d391e629f282122b8 (diff)
downloadvolse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.tar.gz
volse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.tar.bz2
volse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.zip
Added the display setting for generic (other) content wrapper. Also did set the default a bit lighter. See if that's ok.
Diffstat (limited to 'view/theme/redbasic/schema/simple_green_on_black.php')
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index 641a46668..15adcf198 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -50,6 +50,8 @@ if (! $navaside_bghover)
$search_background = "#000";
if (! $bgcolour)
$bgcolour = "#000";
+ if (! $genericcontent_bgcolour)
+ $genericcontent_bgcolour = 'rgba(0,0,0,0.8)';
if (! $item_colour)
$item_colour = "rgba(0,0,0,0.8)";
if (! $comment_item_colour)