diff --git a/html/spoolman.html b/html/spoolman.html index 365237a..1b615f7 100644 --- a/html/spoolman.html +++ b/html/spoolman.html @@ -154,11 +154,11 @@

If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool.

- +
- +
diff --git a/html/style.css b/html/style.css index 4c08b5c..e2c12ac 100644 --- a/html/style.css +++ b/html/style.css @@ -188,14 +188,18 @@ label { font-weight: bold; } -input[type="text"], input[type="submit"] { +input[type="text"], input[type="submit"], input[type="number"] { padding: 10px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; } -input[type="text"]:focus { +input[type="number"] { + width: 108px !important; +} + +input[type="text"]:focus, input[type="number"]:focus { border-color: #007bff; outline: none; }