Clicking on scale bar will toggle units from imperial/metric

(re: #2351)
This commit is contained in:
Bryan Housel
2016-05-12 09:50:43 -04:00
parent b2fe5744d5
commit 9974aae30b
2 changed files with 17 additions and 2 deletions
+8
View File
@@ -2434,6 +2434,10 @@ div.full-screen > button:hover {
max-height: 30px;
float: left;
clear: left;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
#info-block {
@@ -2446,6 +2450,10 @@ div.full-screen > button:hover {
width: 100%;
}
#scale:hover {
cursor: pointer;
}
#scale text {
font: 12px sans-serif;
stroke: none;