diff options
author | Mathieu "Matbac" Bacou <mathieu@bacou.me> | 2018-03-08 21:12:33 +0100 |
---|---|---|
committer | Mathieu "Matbac" Bacou <mathieu@bacou.me> | 2018-03-08 21:12:33 +0100 |
commit | 500b141341451b5dcf31b7818c2e085cd7a98303 (patch) | |
tree | b532c694b4c70cc77eb2740b9102a9185f723f85 /view/theme/redbasic/schema | |
parent | f9cca2422adb05db69c13ebd48d79e6108291d8f (diff) | |
download | volse-hubzilla-500b141341451b5dcf31b7818c2e085cd7a98303.tar.gz volse-hubzilla-500b141341451b5dcf31b7818c2e085cd7a98303.tar.bz2 volse-hubzilla-500b141341451b5dcf31b7818c2e085cd7a98303.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/schema')
-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; |