Fix text inputs on the add/set dialogs

This commit is contained in:
CheddarCrisp 2020-02-28 20:09:40 -05:00
parent 887c725065
commit b5d590df18

View file

@ -86,7 +86,7 @@ button:focus, button:hover {
margin-left: auto; margin-left: auto;
} }
.dialog-content input[type='text'], .dialog-content input[type='number'] { .dialog-content > label > input[type='text'], .dialog-content > label > input[type='number'] {
width: 175px; width: 175px;
} }
@ -103,6 +103,10 @@ button:focus, button:hover {
outline: 2px solid #3A86B7; outline: 2px solid #3A86B7;
} }
.dialog-content h1 {
font-weight: 600;
}
input[type="text"], input[type="text"],
input[type="number"] { input[type="number"] {
font-size: 16px; font-size: 16px;