Lunarize the markers

This is merely an aesthetic change; will need to adjust this in the
future
wilder-activities
Jacopo De Simoi 5 years ago
parent ad6573a8b5
commit de66fbfb1f
  1. 15
      src/lib/data/html/marker.js

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

Loading…
Cancel
Save