diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:48:21 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:48:21 +0000 |
commit | 4c9f5031eb5d59c3e637ac0f41af9721f331580d (patch) | |
tree | 6383ecf3aceee64f31390bf72801f83b2a15fdd8 /view/theme/redbasic/schema | |
parent | efa943dddcb6cb84246a3b6b951c91c5282febf6 (diff) | |
download | volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.tar.gz volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.tar.bz2 volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.zip |
Dark schema: there are some minor issues left, but this one should go first
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 61b7e3314..78fd98d08 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -56,6 +56,8 @@ $toolicon_activecolour = '#fff'; if (! $font_colour) $font_colour = "#ccc"; + if (! $widget_brdrcolour) + $widget_brdrcolour = "#333"; if (! $blockquote_colour) $blockquote_colour = "#ccc"; if (! $blockquote_bgcolour) |