mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 11:49:39 +02:00
fix number spinner border
fixes #1195 quick and hacky because position in chrome and firefox differed by 1px so adjusting margins and heights didn't work
This commit is contained in:
@@ -1021,6 +1021,7 @@ input[type=number] {
|
||||
border-right: 1px solid #CCC;
|
||||
border-radius: 0;
|
||||
border-left: 0;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.spin-control button.decrement {
|
||||
|
||||
Reference in New Issue
Block a user