diff options
author | marijus <mario@mariovavti.com> | 2014-10-10 16:01:14 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-10 16:01:14 +0200 |
commit | 92cc5673ccb9589361d0386876ef6df510188c0c (patch) | |
tree | ac96c565ba152630403ac332fea6ee2192b32d1f | |
parent | 675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958 (diff) | |
download | volse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.tar.gz volse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.tar.bz2 volse-hubzilla-92cc5673ccb9589361d0386876ef6df510188c0c.zip |
one more oups...
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
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) |