mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Inspector cleanup, needs lots more work
This commit is contained in:
+10
-4
@@ -1,3 +1,7 @@
|
||||
image.tile {
|
||||
opacity:0.6;
|
||||
}
|
||||
|
||||
/* base styles */
|
||||
use, path {
|
||||
fill: none;
|
||||
@@ -7,9 +11,9 @@ use, path {
|
||||
/* interactive elements */
|
||||
circle.handle {
|
||||
cursor: move;
|
||||
stroke-width: 1;
|
||||
stroke:#222;
|
||||
fill:#eee;
|
||||
stroke-width: 2;
|
||||
stroke:#1DCAFF;
|
||||
fill:#D3F5FF;
|
||||
}
|
||||
|
||||
.casing {
|
||||
@@ -65,12 +69,14 @@ circle.handle {
|
||||
opacity:0.2;
|
||||
}
|
||||
|
||||
/*
|
||||
.stroke.highway {
|
||||
stroke-opacity:0.7;
|
||||
}
|
||||
.casing.highway {
|
||||
stroke-opacity:0.2;
|
||||
stroke-opacity:0.7;
|
||||
}
|
||||
*/
|
||||
|
||||
/* highways */
|
||||
.stroke.highway-residential {
|
||||
|
||||
Reference in New Issue
Block a user