mirror of
https://github.com/bumi/lntip
synced 2025-06-16 17:55:35 +00:00
Disable arrow buttons on number input fileds
This commit is contained in:
parent
8e45d9206c
commit
986b8d3aa4
@ -54,6 +54,13 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
input[type=number] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
input.amount {
|
input.amount {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user