mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Improve contrast of selected way nodes. Fixes #371
This commit is contained in:
+4
-1
@@ -81,9 +81,12 @@ g.vertex.hover circle.stroke {
|
||||
transform:scale(1.4, 1.4);
|
||||
}
|
||||
|
||||
g.vertex circle.selected {
|
||||
g.vertex circle.selected.fill {
|
||||
fill: #ffff00;
|
||||
}
|
||||
g.vertex circle.selected.stroke {
|
||||
fill: #38380A;
|
||||
}
|
||||
|
||||
circle.midpoint {
|
||||
fill:#aaa;
|
||||
|
||||
Reference in New Issue
Block a user