- commit
- b5d590d
- parent
- 887c725
- author
- CheddarCrisp
- date
- 2020-02-29 02:09:40 +0100 CET
Fix text inputs on the add/set dialogs
1 files changed,
+5,
-1
+5,
-1
1@@ -86,7 +86,7 @@ button:focus, button:hover {
2 margin-left: auto;
3 }
4
5-.dialog-content input[type='text'], .dialog-content input[type='number'] {
6+.dialog-content > label > input[type='text'], .dialog-content > label > input[type='number'] {
7 width: 175px;
8 }
9
10@@ -103,6 +103,10 @@ button:focus, button:hover {
11 outline: 2px solid #3A86B7;
12 }
13
14+.dialog-content h1 {
15+ font-weight: 600;
16+}
17+
18 input[type="text"],
19 input[type="number"] {
20 font-size: 16px;