MediaWiki:Gadget-bluealertdismiss.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#mw-echo-blue-pokey {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 99;
	cursor: pointer;
}
#mw-echo-alert {
	position: absolute;
	top: 22px;
	left: -100;
	z-index: 99;
	padding: 10px;
	background-color: #517ABB;
	cursor: pointer;
}
#mw-echo-alert-text {
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 14px;
	color: white;
}