Uniformize title input with other input fields

Add rounded corners to mimic categories input field and main text area.
This commit is contained in:
Mathieu "Matbac" Bacou 2018-03-08 21:12:33 +01:00 committed by Mario Vavti
parent bc40651bc2
commit 056ec81a71

View File

@ -15,6 +15,10 @@ textarea, input, select
padding: 10px 0; padding: 10px 0;
} }
#jot-title {
border-radius: 3px;
}
#jot-title-wrap { #jot-title-wrap {
border-bottom: none; border-bottom: none;
margin-bottom: 5px; margin-bottom: 5px;