mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Use @inputmode="number" instead of <input type="number">
This commit is contained in:
parent
39db272cb1
commit
d3bde7d195
5 changed files with 22 additions and 13 deletions
|
@ -674,6 +674,10 @@ input[type="checkbox"]:focus{
|
|||
outline: none;
|
||||
}
|
||||
|
||||
input[inputmode="numeric"]{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
h1 + .message{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue