aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-10 14:12:03 -0700
committerfriendica <info@friendica.com>2014-10-10 14:12:03 -0700
commit82d4d156ead2c85fe2c4af9da49837d53ebb3438 (patch)
treecc9979512081a6ac80dd6e8fde368799571c379b /view/theme/redbasic/schema/dark.php
parent0991a5a494efcd1357e37a1144feb30b586ad891 (diff)
parentf8aabd376b563b7f336f944458b84289ef2954b3 (diff)
downloadvolse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.tar.gz
volse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.tar.bz2
volse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index f4222c07b..51a6d23a4 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -50,12 +50,12 @@
$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)
$comment_item_colour = "rgba(18,18,18,0.4)";
+ if (! $genericcontent_bgcolour)
+ $genericcontent_bgcolour = "rgba(28,28,28,0.8)";
if (! $comment_border_colour)
$comment_border_colour = "rgba(28,28,28,0.8)";
if (! $toolicon_colour)