mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-10-15 01:53:38 +02:00
Release 0.1.0
This commit is contained in:
10
src/bootstrap/NumberInput.css
Normal file
10
src/bootstrap/NumberInput.css
Normal file
@@ -0,0 +1,10 @@
|
||||
input[type="number"] {
|
||||
-webkit-appearance: textfield;
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
Reference in New Issue
Block a user