aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu "Matbac" Bacou <mathieu@bacou.me>2018-03-08 21:12:33 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-09 09:24:47 +0100
commit056ec81a71d19d5cf221de74ec4c8bbd53dc59e5 (patch)
tree9d32b152cf4bd59417f880bf5d060273b5ff896d
parentbc40651bc2be5e02ee47c3c6f44e70aa4383c8fd (diff)
downloadvolse-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.
-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;