diff --git a/src/lib/data/html/marker.js b/src/lib/data/html/marker.js
index 69c6b9db2..2d747e014 100644
--- a/src/lib/data/html/marker.js
+++ b/src/lib/data/html/marker.js
@@ -136,7 +136,7 @@ background: none;\
border: none;\
bottom: auto;\
box-shadow: none;\
-color: black !important;\
+color: #969696!important;\
cursor: auto;\
display: inline;\
float: none;\
@@ -173,13 +173,12 @@ position: fixed;\
display: block;\
white-space: nowrap;\
overflow: hidden;\
-font-size: 11.5px;\
-background: linear-gradient(to bottom, #ffdd6e 0%, #deb050 100%);\
-padding-left: 3px;\
-padding-right: 3px;\
-border: 1px solid #c38a22;\
-border-radius: 3px;\
-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);\
+font-size: 14px;\
+background: #F6F6F6;\
+padding-left: 6px;\
+padding-right: 6px;\
+border: 1px solid #262626;\
+border-radius: 1px;\
z-index: 100000;\
}'));