mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
starting to style handles.
This commit is contained in:
+16
-4
@@ -20,14 +20,26 @@ g.marker.active circle {
|
||||
}
|
||||
|
||||
/* interactive elements */
|
||||
image.handle {
|
||||
circle.handle {
|
||||
cursor: move;
|
||||
fill:white;
|
||||
stroke:#333;
|
||||
fill-opacity:1;
|
||||
stroke-width:2;
|
||||
stroke-opacity: 1;
|
||||
}
|
||||
|
||||
circle.handle.hover {
|
||||
}
|
||||
|
||||
circle.handle.active {
|
||||
fill: #6bc641;
|
||||
}
|
||||
|
||||
circle.accuracy-handle {
|
||||
fill:#DF2D2D;
|
||||
stroke:#DF2D2D;
|
||||
fill-opacity:0.2;
|
||||
fill:#aaa;
|
||||
stroke:#333;
|
||||
fill-opacity:1;
|
||||
stroke-width:1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user