mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
fixed spin button style.
This commit is contained in:
+3
-3
@@ -1010,14 +1010,14 @@ input[type=number] {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
border-top: 1px solid #CCC;
|
||||
border-bottom: 1px solid #CCC;
|
||||
border-left: 1px solid #CCC;
|
||||
border-right: 1px solid #CCC;
|
||||
border-radius: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.spin-control button.decrement {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.spin-control button.decrement::after,
|
||||
|
||||
Reference in New Issue
Block a user