aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-15 10:20:32 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-15 10:20:32 +0200
commitbbe58dd550cbcc6f31c42dd55a326f971952c884 (patch)
tree822e25a86d7c7a8b414b99b3c2e874bf82d5766d /view
parenta422063c7d83c2980dba280efaf1ca271e1939d2 (diff)
downloadvolse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.tar.gz
volse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.tar.bz2
volse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.zip
css fixes
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b7b739969..a9dcc292a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -120,6 +120,9 @@ a:focus,
input, optgroup, select, textarea {
font-size: 0.9rem !important;
+}
+
+input[type=text], textarea {
resize: vertical;
background-color: $comment_item_colour;
color: $font_colour;