| Current File : /home/jvzmxxx/wiki1/extensions/Kartographer/modules/wikivoyage/styles/wv-leaflet.less |
/* = Leaflet Customization = */
/* == Top Right controls == */
/* Top Right controls won't overlap over left and bottom controls */
.leaflet-right.leaflet-top {
left: 50px;
bottom: 20px;
overflow: hidden;
}
/* == Bottom Right controls == */
/* Bottom right container style */
.leaflet-right.leaflet-bottom {
background-color: rgba( 255, 255, 255, 0.6 );
left: auto;
cursor: default;
max-width: 100%;
}
/* Bottom right container style on hover */
.leaflet-right.leaflet-bottom:hover {
background-color: rgba( 255, 255, 255, 0.9 );
}