aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu "Matbac" Bacou <mathieu@bacou.me>2018-03-08 21:12:33 +0100
committerMathieu "Matbac" Bacou <mathieu@bacou.me>2018-03-08 21:12:33 +0100
commit500b141341451b5dcf31b7818c2e085cd7a98303 (patch)
treeb532c694b4c70cc77eb2740b9102a9185f723f85
parentf9cca2422adb05db69c13ebd48d79e6108291d8f (diff)
downloadvolse-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.
-rw-r--r--view/theme/redbasic/schema/dark.css4
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;