diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-16 17:27:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 17:27:14 +0200 |
commit | 283e5d3a5c9557195a640de5f0acefc884e904bb (patch) | |
tree | 86d32da9fc05d15491f4ccf04b27ea223307f323 /view | |
parent | 99dc1614836df2b69ee40382fc4b73546a847a60 (diff) | |
parent | bef5be827d15bc54c9b88bc10313b28172069fef (diff) | |
download | volse-hubzilla-283e5d3a5c9557195a640de5f0acefc884e904bb.tar.gz volse-hubzilla-283e5d3a5c9557195a640de5f0acefc884e904bb.tar.bz2 volse-hubzilla-283e5d3a5c9557195a640de5f0acefc884e904bb.zip |
Merge pull request #8 from redmatrix/dev
Dev
Diffstat (limited to 'view')
-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; |