aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-10 16:01:14 +0200
committermarijus <mario@mariovavti.com>2014-10-10 16:01:14 +0200
commit92cc5673ccb9589361d0386876ef6df510188c0c (patch)
treeac96c565ba152630403ac332fea6ee2192b32d1f
parent675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958 (diff)
downloadvolse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.tar.gz
volse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.tar.bz2
volse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.zip
one more oups...
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index b16c6adeb..045ddc309 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -121,12 +121,12 @@ if(! $a->install) {
$bgcolour = "#fdfdfd";
if (! $background_image)
$background_image ='';
- if (! $genericcontent_bgcolour)
- $genericcontent_bgcolour = $comment_item_colour;
if (! $item_colour)
$item_colour = "rgba(238,238,238,0.8)";
if (! $comment_item_colour)
$comment_item_colour = "rgba(254,254,254,0.4)";
+ if (! $genericcontent_bgcolour)
+ $genericcontent_bgcolour = $comment_item_colour;
if (! $comment_border_colour)
$comment_border_colour = "rgba(238,238,238,0.8)";
if (! $toolicon_colour)