Pass for number and focus on click

Fix on base-sheet for npc and school
This commit is contained in:
Vlyan
2021-01-07 18:09:22 +01:00
parent 6524c9b2af
commit 5449d4a4de
9 changed files with 26 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -143,7 +143,8 @@
margin: 0;
text-align: right;
}
input[type="text"] {
input[type="text"],
input[type="number"] {
width: 2rem;
&.grip {
width: 12rem;
@@ -155,7 +156,8 @@
float: right;
}
fieldset {
input[type="text"] {
input[type="text"],
input[type="number"] {
float: right;
}
}