mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Higher-contrast shared vertices
This commit is contained in:
@@ -65,9 +65,12 @@ g.vertex circle.stroke {
|
||||
fill:#333;
|
||||
}
|
||||
|
||||
g.vertex.shared circle {
|
||||
g.vertex.shared circle.fill {
|
||||
fill:#aff;
|
||||
}
|
||||
g.vertex.shared circle.stroke {
|
||||
fill:#044;
|
||||
}
|
||||
|
||||
g.vertex.hover circle.fill {
|
||||
-webkit-transform:scale(1.5, 1.5);
|
||||
|
||||
Reference in New Issue
Block a user