Fix text inputs on the add/set dialogs
This commit is contained in:
parent
887c725065
commit
b5d590df18
1 changed files with 5 additions and 1 deletions
|
@ -86,7 +86,7 @@ button:focus, button:hover {
|
|||
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;
|
||||
}
|
||||
|
||||
|
@ -103,6 +103,10 @@ button:focus, button:hover {
|
|||
outline: 2px solid #3A86B7;
|
||||
}
|
||||
|
||||
.dialog-content h1 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"] {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue