aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/simple_white_on_black.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-09 18:39:07 -0700
committerfriendica <info@friendica.com>2014-10-09 18:39:07 -0700
commitc78227292709f8f36206c7234dbf3548e476d442 (patch)
tree1cb3dc14a29e42ce31ef9c4733b085dd7d410181 /view/theme/redbasic/schema/simple_white_on_black.php
parenteffc8960c3f55f687806b890fdf6252852b08011 (diff)
parent77fc267f738727ec1c503bd68470014a14c1b621 (diff)
downloadvolse-hubzilla-c78227292709f8f36206c7234dbf3548e476d442.tar.gz
volse-hubzilla-c78227292709f8f36206c7234dbf3548e476d442.tar.bz2
volse-hubzilla-c78227292709f8f36206c7234dbf3548e476d442.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema/simple_white_on_black.php')
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 50379dfe4..96450d835 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -50,6 +50,8 @@
$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)