From 09a8b4b379d91dd62f38c116c99187a404d7e774 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 12 Apr 2018 10:58:31 +0200 Subject: fix issue #1047 --- view/theme/redbasic/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index dfd03707f..b7b739969 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -121,6 +121,8 @@ a:focus, input, optgroup, select, textarea { font-size: 0.9rem !important; resize: vertical; + background-color: $comment_item_colour; + color: $font_colour; } .selected-doco-nav { @@ -1334,7 +1336,7 @@ img.mail-conv-sender-photo { .section-content-tools-wrapper { padding: 7px 10px; background-color: $comment_item_colour; - border-bottom: 3px solid comment_item_colour; + border-bottom: 3px solid $comment_item_colour; } .section-content-info-wrapper { -- cgit v1.2.3