diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-26 09:45:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-26 09:45:30 +0100 |
commit | e0a0fc507f3d070a69ad5033d6baad5e1d406888 (patch) | |
tree | 916fd547b2714244c81a355be7275ee991007dc8 /view/theme/redbasic/schema/dark.php | |
parent | f1a16607095e0ebbd8ce2201a2f087557b39f282 (diff) | |
download | volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.tar.gz volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.tar.bz2 volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.zip |
remove some vars from style.css
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index b6cc53504..b3addcfff 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -16,10 +16,6 @@ $nav_icon_colour = "#999"; if (! $nav_active_icon_colour) $nav_active_icon_colour = "#fff"; - if (! $navmenu_bgchover) - $navmenu_bgchover = "#222"; - if (! $navmenu_bgimage) - $navmenu_bgimage = "background-image: none;"; if (! $navtabs_borderc) $navtabs_borderc = "#333"; if (! $navtabs_fontcolour) @@ -116,20 +112,3 @@ $dropdown_bordercol = "#222"; 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 = "#222"; - if (! $notify_topmargin) - $notify_topmargin = "-1px"; - if (! $notifyseen_bgcolour) - $notifyseen_bgcolour = "#111"; - if (! $notifyseen_linkcolour) - $notifyseen_linkcolour = "#222"; - if (! $notifyseen_bghover) - $notifyseen_bghover = "#222"; - if (! $notifyseen_linkhover) - $notifyseen_linkhover = "#CCC"; - |