aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
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/schema
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/schema')
-rw-r--r--view/theme/redbasic/schema/dark.php2
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.php2
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.php2
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.php2
4 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 2e00b8617..96600f9f6 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -34,6 +34,8 @@
$navtabs_bgchover = "#222";
if (! $navtabs_decohover)
$navtabs_decohover = "underline";
+ if (! $navaside_bghover)
+ $navaside_bghover = "#222";
if (! $link_colour)
$link_colour = "#fff";
if (! $link_font_weight)
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index 33e8458aa..42a62c5ba 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -34,6 +34,8 @@
$navtabs_bgchover = "#fff";
if (! $navtabs_decohover)
$navtabs_decohover = "underline";
+if (! $navaside_bghover)
+ $navaside_bghover = "#F5F5F5";
if (! $link_colour)
$link_colour = "#000";
if (! $link_font_weight)
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index bfe804237..641a46668 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -34,6 +34,8 @@
$navtabs_bgchover = "#000";
if (! $navtabs_decohover)
$navtabs_decohover = "underline";
+if (! $navaside_bghover)
+ $navaside_bghover = "#143D12";
if (! $link_colour)
$link_colour = "#50f148";
if (! $link_font_weight)
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 53477d01b..50379dfe4 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -34,6 +34,8 @@
$navtabs_bgchover = "#000";
if (! $navtabs_decohover)
$navtabs_decohover = "underline";
+ if (! $navaside_bghover)
+ $navaside_bghover = "#030303";
if (! $link_colour)
$link_colour = "#fff";
if (! $link_font_weight)