| Current File : /home/jvzmxxx/wiki1/extensions/Kartographer/lib/mapbox-style-fixes.css |
/* Apply a few colour fixes from MW theme */
.leaflet-control-layers, .leaflet-bar {
border-color: #ccc;
}
.leaflet-bar a {
-webkit-transition: background-color 100ms, border-color 100ms;
-moz-transition: background-color 100ms, border-color 100ms;
transition: background-color 100ms, border-color 100ms;
border-bottom-color: #ccc;
}
.leaflet-bar a:last-child {
border-bottom: 0;
}
.leaflet-bar a:hover {
background-color: #ebebeb;
}
.leaflet-bar a:active {
background-color: #d9d9d9;
border-color: #d9d9d9;
}
/**
* Fix unwanted flipping of styles by CSS Janus (T127137)
*/
/* @noflip */
body.rtl .leaflet-map-pane,
body.rtl .leaflet-tile,
body.rtl .leaflet-marker-icon,
body.rtl .leaflet-marker-shadow,
body.rtl .leaflet-tile-pane,
body.rtl .leaflet-tile-container,
body.rtl .leaflet-overlay-pane,
body.rtl .leaflet-shadow-pane,
body.rtl .leaflet-marker-pane,
body.rtl .leaflet-popup-pane,
body.rtl .leaflet-overlay-pane svg,
body.rtl .leaflet-zoom-box,
body.rtl .leaflet-image-layer,
body.rtl .leaflet-layer {
left: 0; right: auto;
}