diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:07:35 +0200 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:07:35 +0200 |
commit | 44c4c9c5c271a5ad163a089b1dc271d108a59700 (patch) | |
tree | c1376be525c85ab799f213ed79648d8c478da3d0 /view/theme/redbasic/schema/dark.php | |
parent | 29faf955f6ce35af747d867133b3cb09e79ba675 (diff) | |
parent | fd00a24957fdb9413523b19a014658a0cc87b4bf (diff) | |
download | volse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.tar.gz volse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.tar.bz2 volse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.zip |
Merge pull request #4 from friendica/master
Fast forward local hub
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
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..51a6d23a4 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -54,6 +54,8 @@ $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) |