aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:21:35 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:21:35 +0000
commitabd69c4bf20cb21ab2accecf44e510e781329bf0 (patch)
treeae49d39f16acffa2ed794c699e537a76ec17b37d /view/theme/redbasic/php
parentf5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff)
downloadvolse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.gz
volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.bz2
volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.zip
Update for the Dark schema because of revision/redesign of conv_item.tpl
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 95ca5a4fe..f3a138c9d 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -126,8 +126,6 @@ if(! $a->install) {
$toolicon_activecolour = '#000';
if (! $item_opacity)
$item_opacity = "1";
- if (! $item_bordercolour)
- $item_bordercolour = $item_colour;
if (! $font_size)
$font_size = "1.0em";
if (! $body_font_size)
@@ -158,6 +156,8 @@ if(! $a->install) {
$editbuttons_bgcolour = "transparent";
if (! $editbuttons_bordercolour)
$editbuttons_bordercolour = "#ccc";
+ if (! $editbuttons_colour)
+ $editbuttons_colour = "#333";
if (! $editbuttons_bghover)
$editbuttons_bghover = "#ebebeb";
if (! $preview_backgroundimg)
@@ -260,7 +260,6 @@ $options = array (
'$item_colour' => $item_colour,
'$comment_item_colour' => $comment_item_colour,
'$item_opacity' => $item_opacity,
-'$item_bordercolour' => $item_bordercolour,
'$toolicon_colour' => $toolicon_colour,
'$toolicon_activecolour' => $toolicon_activecolour,
'$font_size' => $font_size,
@@ -279,6 +278,7 @@ $options = array (
'$notif_itemhovercolour' => $notif_itemhovercolour,
'$editbuttons_bgcolour' => $editbuttons_bgcolour,
'$editbuttons_bordercolour' => $editbuttons_bordercolour,
+'$editbuttons_colour' => $editbuttons_colour,
'$editbuttons_bghover' => $editbuttons_bghover,
'$preview_backgroundimg' => $preview_backgroundimg,
'$acpopup_bgcolour' => $acpopup_bgcolour,