aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-07 22:52:44 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-07 22:52:44 +0000
commitd94f6f7c53fbb01a76a6d3beb14968d02ebb3afa (patch)
tree66413623d839881a93cacc768368bc078601eb3e /view/theme/redbasic/php/style.php
parent14d538c79329a7b6e4e8797977629672f7c47f28 (diff)
downloadvolse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.tar.gz
volse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.tar.bz2
volse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.zip
Schema option for bgcolour and underline yes/no on hover for the left aside.
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 4c998ce59..01ca5a7b9 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -109,6 +109,8 @@ if(! $a->install) {
$navtabs_bgchover = "rgba(238,238,238,0.8)";
if (! $link_colour)
$link_colour = "#428BCA";
+ if (! $navaside_bghover)
+ $navaside_bghover = "#eee";
if (! $link_font_weight)
$link_font_weight = "normal";
if (! $banner_colour)
@@ -322,6 +324,7 @@ $options = array (
'$navtabs_linkchover' => $navtabs_linkchover,
'$navtabs_bgchover' => $navtabs_bgchover,
'$navtabs_decohover' => $navtabs_decohover,
+'$navaside_bghover' => $navaside_bghover,
'$link_colour' => $link_colour,
'$link_font_weight' => $link_font_weight,
'$banner_colour' => $banner_colour,