Uniformize title input with other input fields
Add rounded corners to mimic categories input field and main text area.
This commit is contained in:
parent
f9cca2422a
commit
500b141341
@ -15,6 +15,10 @@ textarea, input, select
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#jot-title {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#jot-title-wrap {
|
||||
border-bottom: none;
|
||||
margin-bottom: 5px;
|
||||
|
Reference in New Issue
Block a user