MediaWiki:Vector-darkmode.less/dooglemaps.less
Jump to navigation
Jump to search
/* =======================
DOOGLE MAPS
======================== */
.oo-ui-window-foot.mw-kartographer-mapDialog-foot {
background-color: @cloud-burst;
border-color: @waikawa-grey;
.mw-kartographer-inlinefoot {
.mw-kartographer-captionfoot {
color: @dark-text;
}
}
}
.mw-kartographer-interactive {
.leaflet-control-container {
a,
a:visited,
a:hover,
a:active {
color: #222222 !important;
}
}
.leaflet-popup-content {
a,
a:visited,
a:hover,
a:active {
color: @dark-links;
}
}
.leaflet-popup-content-wrapper {
background-color: @pickled-bluewood;
color: @dark-text;
}
.leaflet-popup-tip {
border-top-color: @pickled-bluewood;
}
}