aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/simple_white_on_black.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/schema/simple_white_on_black.php')
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 29b176b09..f940b7c64 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -16,10 +16,6 @@
$nav_icon_colour = "#eee";
if (! $nav_active_icon_colour)
$nav_active_icon_colour = "#fff";
- if (! $navmenu_bgchover)
- $navmenu_bgchover = "#030303";
- if (! $navmenu_bgimage)
- $navmenu_bgimage = "background-image: none;";
if (! $navtabs_borderc)
$navtabs_borderc = "#fff";
if (! $navtabs_fontcolour)
@@ -114,20 +110,3 @@
$dropdown_bordercol = "#000";
if (! $preview_backgroundimg)
$preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
- if (! $notify_bgcolour)
- $notify_bgcolour = "#000";
- if (! $notify_linkcolour)
- $notify_linkcolour = "#fff";
- if (! $notify_bghover)
- $notify_bghover = "#000";
- if (! $notify_topmargin)
- $notify_topmargin = "-1px";
- if (! $notifyseen_bgcolour)
- $notifyseen_bgcolour = "#000";
- if (! $notifyseen_linkcolour)
- $notifyseen_linkcolour = "#000";
- if (! $notifyseen_bghover)
- $notifyseen_bghover = "#000";
- if (! $notifyseen_linkhover)
- $notifyseen_linkhover = "#fff";
-