mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
hide input spinners opera.
This commit is contained in:
+1
-2
@@ -892,8 +892,7 @@ div.combobox {
|
||||
}
|
||||
|
||||
.combobox-carat {
|
||||
margin-left: -15px;
|
||||
margin-right: 5px;
|
||||
margin-left: -20px;
|
||||
display:inline-block;
|
||||
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
|
||||
border-top: 5px solid #ccc;
|
||||
|
||||
+6
-2
@@ -73,9 +73,13 @@ input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Hide default number spinner controls in Chrome */
|
||||
/* Hide default number spinner controls */
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-o-inner-spin-button,
|
||||
input[type="number"]::-o-outer-spin-button,
|
||||
input[type="number"]::inner-spin-button,
|
||||
input[type="number"]::outer-spin-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user