style.css (426B)
1 .leaflet-control-container .leaflet-control-caption { 2 background: #fff; 3 background: rgba(255, 255, 255, 0.7); 4 margin: 0; 5 padding: 0 5px; 6 color: #333; 7 text-decoration: none; 8 font-size: 11px; 9 user-select: none; 10 } 11 12 .leaflet-control-container .leaflet-control-caption a { 13 text-decoration: none; 14 } 15 16 .leaflet-control-container .leaflet-control-caption a:hover { 17 text-decoration: underline; 18 }