Set CSS states for states

This commit is contained in:
Tom MacWright
2012-10-17 17:09:16 -04:00
parent b1df87d5a0
commit 00e824434f
4 changed files with 55 additions and 35 deletions

View File

@@ -24,6 +24,10 @@ text {
-moz-user-select: none;
}
#map.state-drawing {
cursor: pointer;
}
.currentMode {
font-weight: bold;
}