aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:48:21 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:48:21 +0000
commit4c9f5031eb5d59c3e637ac0f41af9721f331580d (patch)
tree6383ecf3aceee64f31390bf72801f83b2a15fdd8 /view
parentefa943dddcb6cb84246a3b6b951c91c5282febf6 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/php/style.php3
-rw-r--r--view/theme/redbasic/schema/dark.php2
3 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 0f34ea795..f67a34c2a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2018,7 +2018,7 @@ img.mail-list-sender-photo {
/* widgets */
.widget {
- border-bottom: 1px solid #eec;
+ border-bottom: 1px solid $widget_brdrcolour;
-moz-border-radius: $radiuspx;
-webkit-border-radius: $radiuspx;
border-radius: $radiuspx;
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index f3a138c9d..05f7b96b0 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -136,6 +136,8 @@ if(! $a->install) {
$selected_active_colour = "#444";
if (! $selected_active_deco)
$selected_active_deco = "none";
+ if (! $widget_brdrcolour)
+ $widget_brdrcolour = "#eec";
if (! $blockquote_colour)
$blockquote_colour = "#000";
if (! $blockquote_bgcolour)
@@ -267,6 +269,7 @@ $options = array (
'$selected_active_colour' => $selected_active_colour,
'$selected_active_deco' => $selected_active_deco,
'$body_font_size' => $body_font_size,
+'$widget_brdrcolour' => $widget_brdrcolour,
'$blockquote_colour' => $blockquote_colour,
'$blockquote_bgcolour' => $blockquote_bgcolour,
'$blockquote_bordercolour' => $blockquote_bordercolour,
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)