mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
remove number input stepper
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
/** Global style **/
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=number] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
/** Common class **/
|
/** Common class **/
|
||||||
.disabled {
|
.disabled {
|
||||||
opacity: 0.55 !important;
|
opacity: 0.55 !important;
|
||||||
|
|||||||
@@ -10,6 +10,16 @@ body {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=number] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
/** Common class **/
|
/** Common class **/
|
||||||
.no-right-border {
|
.no-right-border {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user