diff --git a/index.css b/index.css
index 01b41f67..91c6c6ba 100644
--- a/index.css
+++ b/index.css
@@ -2357,6 +2357,38 @@ svg.button {
opacity: 0.8;
}
+#markerTypeSelector {
+ font-size: 0.85em;
+}
+
+#markerTypeSelectorWrapper {
+ position: relative;
+}
+
+#markerTypeSelectMenu {
+ display: none;
+}
+#markerTypeSelectMenu.visible {
+ display: block;
+ position: absolute;
+ height: 250px;
+ width: 170px;
+ overflow-y: scroll;
+ background: inherit;
+ bottom: 100%;
+ left: 0;
+ background: white;
+}
+#markerTypeSelectMenu > button {
+ display: block;
+ width: 100%;
+ border: 1px solid #ddd;
+ margin-bottom: 1px;
+}
+#markerTypeSelectMenu > button:hover {
+ background: #ccc;
+}
+
@media print {
div,
canvas {
diff --git a/index.html b/index.html
index 9d47deed..92ca4c38 100644
--- a/index.html
+++ b/index.html
@@ -138,7 +138,7 @@
}
-
+
@@ -5509,6 +5509,14 @@
+
+
+
+
+