From de66fbfb1fedcb5f8beb582b012960016a0b993f Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 2 Nov 2020 12:08:46 -0500 Subject: [PATCH] Lunarize the markers This is merely an aesthetic change; will need to adjust this in the future --- src/lib/data/html/marker.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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;\ }'));