diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-16 20:28:22 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-16 20:28:22 -0700 |
commit | 120e578a6778471cc03a04c47b9af34628fc6c8e (patch) | |
tree | f5a1f7d53ccdeb4244476af5e7870361875feb6e /view | |
parent | 411b8e48a3acc7ce283555a8e7fe82c7eadecfd6 (diff) | |
parent | bef5be827d15bc54c9b88bc10313b28172069fef (diff) | |
download | volse-hubzilla-120e578a6778471cc03a04c47b9af34628fc6c8e.tar.gz volse-hubzilla-120e578a6778471cc03a04c47b9af34628fc6c8e.tar.bz2 volse-hubzilla-120e578a6778471cc03a04c47b9af34628fc6c8e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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; |