diff options
author | Mathieu "Matbac" Bacou <mathieu@bacou.me> | 2018-03-08 21:12:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-09 09:24:47 +0100 |
commit | 056ec81a71d19d5cf221de74ec4c8bbd53dc59e5 (patch) | |
tree | 9d32b152cf4bd59417f880bf5d060273b5ff896d /view/theme/redbasic | |
parent | bc40651bc2be5e02ee47c3c6f44e70aa4383c8fd (diff) | |
download | volse-hubzilla-056ec81a71d19d5cf221de74ec4c8bbd53dc59e5.tar.gz volse-hubzilla-056ec81a71d19d5cf221de74ec4c8bbd53dc59e5.tar.bz2 volse-hubzilla-056ec81a71d19d5cf221de74ec4c8bbd53dc59e5.zip |
Uniformize title input with other input fields
Add rounded corners to mimic categories input field and main text area.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index ebcfcdd13..d0154bfb1 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -15,6 +15,10 @@ textarea, input, select padding: 10px 0; } +#jot-title { + border-radius: 3px; +} + #jot-title-wrap { border-bottom: none; margin-bottom: 5px; |