Inspector cleanup, needs lots more work

This commit is contained in:
Tom MacWright
2012-10-25 13:38:52 -04:00
parent fac5aa37d6
commit 6fb8df09ea
6 changed files with 68 additions and 57 deletions

View File

@@ -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 {