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
bc40651bc2
commit
056ec81a71
@ -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;
|
||||||
|
Reference in New Issue
Block a user