aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-03 18:28:47 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-03 18:28:47 +0000
commitc338281ca81ea5036e3fdb42ae62851fc00babb5 (patch)
tree14be567818e46c4173383211850e875f0d05df6c /view/theme/redbasic/schema/dark.php
parent4975d5f7c110c691298940f2347594e9f8fec9a5 (diff)
downloadvolse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.tar.gz
volse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.tar.bz2
volse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.zip
Dark schema: I forgot the dropdown menu.
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index a90fe8367..4da020116 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -100,6 +100,22 @@
$editbuttons_colour = "#ccc";
if (! $editbuttons_bghover)
$editbuttons_bghover = "#222";
+ if (! $dropdown_bgcolour)
+ $dropdown_bgcolour = "#222";
+ if (! $dropdown_textcolour)
+ $dropdown_textcolour = "#ccc";
+ if (! $dropdown_txtcolhover)
+ $dropdown_txtcolhover = "#ddd";
+ if (! $dropdown_bgcolhover)
+ $dropdown_bgcolhover = "#333";
+ if (! $dropdown_bgimghover)
+ $dropdown_bgimghover = "background-image: none;";
+ if (! $dropdown_togglecol)
+ $dropdown_togglecol = "#ccc";
+ if (! $dropdown_togglebgcol)
+ $dropdown_togglebgcol = "#222";
+ if (! $dropdown_bordercol)
+ $dropdown_bordercol = "#222";
if (! $preview_backgroundimg)
$preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
if (! $notify_bgcolour)