aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/simple_white_on_black.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-20 13:12:55 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-20 13:12:55 +0100
commit7b05c96dc5a147631f600437217a131b914e7f23 (patch)
tree4fa0ed1af5565ff72eb03c45495d6b5be8b8125e /view/theme/redbasic/schema/simple_white_on_black.php
parent274a30f2dbb31cd0b0987846b64345027aad20d0 (diff)
downloadvolse-hubzilla-7b05c96dc5a147631f600437217a131b914e7f23.tar.gz
volse-hubzilla-7b05c96dc5a147631f600437217a131b914e7f23.tar.bz2
volse-hubzilla-7b05c96dc5a147631f600437217a131b914e7f23.zip
remove more $vars from style.css
Diffstat (limited to 'view/theme/redbasic/schema/simple_white_on_black.php')
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.php29
1 files changed, 1 insertions, 28 deletions
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 5f61326e4..29b176b09 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -96,14 +96,6 @@
$acpopup_tgbl_bgcolour = "#000";
if (! $acpopup_hovercolour)
$acpopup_hovercolour = "#fff";
- if (! $editbuttons_bgcolour)
- $editbuttons_bgcolour = "#000";
- if (! $editbuttons_bordercolour)
- $editbuttons_bordercolour = "#fff";
- if (! $editbuttons_colour)
- $editbuttons_colour = "#eee";
- if (! $editbuttons_bghover)
- $editbuttons_bghover = "#000";
if (! $dropdown_bgcolour)
$dropdown_bgcolour = "#000";
if (! $dropdown_textcolour)
@@ -138,23 +130,4 @@
$notifyseen_bghover = "#000";
if (! $notifyseen_linkhover)
$notifyseen_linkhover = "#fff";
- if (! $input_bgsubmit)
- $input_bgsubmit = "#000";
- if (! $input_linksubmit)
- $input_linksubmit = "#fff";
- if (! $input_border)
- $input_border = "#fff";
- if (! $input_colourhover)
- $input_colourhover = "#fff";
- if (! $input_decohover)
- $input_decohover = "underline";
- if (! $acl_bgcolour)
- $acl_bgcolour = "#000";
- if (! $acl_bordercolour)
- $acl_bordercolour = "#000";
- if (! $aclbutton_linkcolour)
- $aclbutton_linkcolour = "color: #fff;";
- if (! $abookself_bgcolour)
- $abookself_bgcolour = "#000";
- if(! $infomess_bgcolour)
- $infomess_bgcolour = "#000";
+