diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-10 13:35:16 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-10 13:35:16 +0000 |
commit | 1dda77596926fe08990c8a6f31412a38fbc602b5 (patch) | |
tree | 57f5c494f56ead7716b38e43e19f471de7bdc374 /view/theme/redbasic/schema | |
parent | 77fc267f738727ec1c503bd68470014a14c1b621 (diff) | |
download | volse-hubzilla-1dda77596926fe08990c8a6f31412a38fbc602b5.tar.gz volse-hubzilla-1dda77596926fe08990c8a6f31412a38fbc602b5.tar.bz2 volse-hubzilla-1dda77596926fe08990c8a6f31412a38fbc602b5.zip |
Good compromise I think. Remove display setting . Set the default (light) schema to = , so that other schemas can still use .
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index f4222c07b..51a6d23a4 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -50,12 +50,12 @@ $search_background = "#999"; if (! $bgcolour) $bgcolour = "#111"; - if (! $genericcontent_bgcolour) - $genericcontent_bgcolour ='rgba(28,28,28,0.8)'; if (! $item_colour) $item_colour = "rgba(28,28,28,0.8)"; if (! $comment_item_colour) $comment_item_colour = "rgba(18,18,18,0.4)"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = "rgba(28,28,28,0.8)"; if (! $comment_border_colour) $comment_border_colour = "rgba(28,28,28,0.8)"; if (! $toolicon_colour) |