aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-12 10:58:31 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-12 10:58:31 +0200
commit09a8b4b379d91dd62f38c116c99187a404d7e774 (patch)
treefabdf02c3e1e4490031723884574f37de502d190 /view/theme
parent3bd645033330c2db0952e57db1516274487c0712 (diff)
downloadvolse-hubzilla-09a8b4b379d91dd62f38c116c99187a404d7e774.tar.gz
volse-hubzilla-09a8b4b379d91dd62f38c116c99187a404d7e774.tar.bz2
volse-hubzilla-09a8b4b379d91dd62f38c116c99187a404d7e774.zip
fix issue #1047
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 3 insertions, 1 deletions
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 {