Disable number input style for firefox browser
This commit is contained in:
parent
1d32ea2d85
commit
25ea60b3e2
10
public/css/custom.css
vendored
10
public/css/custom.css
vendored
@ -1735,3 +1735,13 @@ table .align-items-center td span.badge {
|
||||
}
|
||||
|
||||
/* Accordion Header Arrow Finish */
|
||||
|
||||
.input-number-disabled::-webkit-inner-spin-button,
|
||||
.input-number-disabled::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.input-number-disabled {
|
||||
-moz-appearance: textfield;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user