aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 09:27:52 +1100
committerfriendica <info@friendica.com>2014-03-04 09:27:52 +1100
commitf8de1242447a113d001d2afcc714419d73996a13 (patch)
treedab3081a4ba63e9ff3ec64866336bd156d0ea21f /view/theme/redbasic/php/style.php
parent002a86fb7160437a8413dfc40a84732c9afa2153 (diff)
parent64b32d9146fb7823536ed6d409ad3cba66924dad (diff)
downloadvolse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.tar.gz
volse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.tar.bz2
volse-hubzilla-f8de1242447a113d001d2afcc714419d73996a13.zip
Merge pull request #353 from git-marijus/master
little css fixes
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9e6adb2a4..4bb852a40 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -89,7 +89,9 @@ if(! $a->install) {
if (! $link_colour)
$link_colour = "#0080FF";
if (! $banner_colour)
- $banner_colour = "fff";
+ $banner_colour = "#fff";
+ if (! $search_background)
+ $search_background = "#eee";
if (! $bgcolour)
$bgcolour = "#fdfdfd";
if (! $background_image)