forked from CGM_Public/pretix_original
Fix input padding-left in Firefox again
This commit is contained in:
@@ -3,7 +3,7 @@ input[type=number] {
|
||||
}
|
||||
@supports (-moz-appearance:none) {
|
||||
input[type=number] {
|
||||
padding: 6px 2px; // decrease horizontal padding, as some versions of Firefox render the arrow-buttons on number inputs useless otherwise
|
||||
padding-right: 2px; // decrease horizontal padding, as some versions of Firefox render the arrow-buttons on number inputs useless otherwise
|
||||
}
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
|
||||
Reference in New Issue
Block a user