aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-10 15:57:10 +0200
committermarijus <mario@mariovavti.com>2014-10-10 15:57:10 +0200
commit675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958 (patch)
tree73199233d02e3c5bf86fefcc414ebd3fac6fbe7e /view/theme/redbasic/php
parent4e9bd8b8f0a2629cf1ad7c7274369e795852a8ab (diff)
downloadvolse-hubzilla-675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958.tar.gz
volse-hubzilla-675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958.tar.bz2
volse-hubzilla-675f5cadede3c3b0dd5fc1da7d11db4b8fd0c958.zip
oups... that was weired...
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 495095fe2..b16c6adeb 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -24,7 +24,6 @@ if(! $a->install) {
$background_image = get_pconfig($uid, "redbasic", "background_image");
$toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour');
$toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour');
- $genericcontent_bgcolour = get_pconfig($uid, "redbasic", "genericcontent_bgcolour");
$item_colour = get_pconfig($uid, "redbasic", "item_colour");
$comment_item_colour = get_pconfig($uid, "redbasic", "comment_item_colour");
$comment_border_colour = get_pconfig($uid, "redbasic", "comment_border_colour");
@@ -123,7 +122,7 @@ if(! $a->install) {
if (! $background_image)
$background_image ='';
if (! $genericcontent_bgcolour)
- $genericcontent_bgcolour ='rgba(254,254,254,0.8)';
+ $genericcontent_bgcolour = $comment_item_colour;
if (! $item_colour)
$item_colour = "rgba(238,238,238,0.8)";
if (! $comment_item_colour)