diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-15 10:20:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-15 10:20:32 +0200 |
commit | bbe58dd550cbcc6f31c42dd55a326f971952c884 (patch) | |
tree | 822e25a86d7c7a8b414b99b3c2e874bf82d5766d /view/theme/redbasic | |
parent | a422063c7d83c2980dba280efaf1ca271e1939d2 (diff) | |
download | volse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.tar.gz volse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.tar.bz2 volse-hubzilla-bbe58dd550cbcc6f31c42dd55a326f971952c884.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
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; |