MediaWiki:Vector-darkmode.less/dooglemaps.less

From Illerai

This is the current revision of this page, as edited by imported>Shayani at 06:10, 21 November 2021. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
	}
}