aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.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/dark.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/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 96600f9f6..f4222c07b 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -50,6 +50,8 @@
$search_background = "#999";
if (! $bgcolour)
$bgcolour = "#111";
+ if (! $genericcontent_bgcolour)
+ $genericcontent_bgcolour ='rgba(28,28,28,0.8)';
if (! $item_colour)
$item_colour = "rgba(28,28,28,0.8)";
if (! $comment_item_colour)