.leaflet-draw-tooltip-left { background: #363636; background: rgba(0, 0, 0, 0.5); border: 1px solid transparent; position: absolute; visibility: hidden; white-space: nowrap; z-index: 6; } .leaflet-draw-tooltip-left:before { border: none !important; } .leaflet-draw-tooltip-left:after { border-left: 6px solid black; border-left-color: rgba(0, 0, 0, 0.5); border-top: 6px solid transparent; border-bottom: 6px solid transparent; content: ""; position: absolute; top: 7px; left: 100%; } .leaflet-draw-tooltip-left span { color: inherit; } .leaflet-draw-tooltip-measure.area { padding-left: 10px; } .reactive-measure-control { background: rgba(255, 255, 255, 0.6); padding: 0 8px; } .reactive-measure-control.selection { background: rgba(255, 196, 136, 0.5); }