mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 04:24:37 +04:00
input number fixes
This commit is contained in:
@@ -73,6 +73,22 @@ Form control
|
||||
&[size] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
&[type="number"] {
|
||||
&::-webkit-inner-spin-button {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
height: subtract($input-height, 1px);
|
||||
margin: 0 (-$input-padding-x) 0 0;
|
||||
}
|
||||
|
||||
&::-moz-inner-spin-button {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
height: subtract($input-height, 1px);
|
||||
margin: 0 (-$input-padding-x) 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-light {
|
||||
|
||||
Reference in New Issue
Block a user