aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-02 15:23:40 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-02 15:23:40 +0000
commit3612cdac1a0b6a0435f705abcfd1112784175954 (patch)
tree4934b767f290bd7e81920490a04e6eac658cdad9 /view/theme/redbasic
parent6eedb2e972dfa1fa0936a1354548f88d3b4cc308 (diff)
downloadvolse-hubzilla-3612cdac1a0b6a0435f705abcfd1112784175954.tar.gz
volse-hubzilla-3612cdac1a0b6a0435f705abcfd1112784175954.tar.bz2
volse-hubzilla-3612cdac1a0b6a0435f705abcfd1112784175954.zip
Dark schema: comment border fix
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/schema/dark.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 78fd98d08..c22a9a1e3 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -50,6 +50,8 @@
$item_colour = "rgba(28,28,28,0.8)";
if (! $comment_item_colour)
$comment_item_colour = "rgba(18,18,18,0.4)";
+ if (! $comment_border_colour)
+ $comment_border_colour = "rgba(28,28,28,0.8)";
if (! $toolicon_colour)
$toolicon_colour = '#999';
if (! $toolicon_activecolour)