Jump to content

MediaWiki:Gadget-calculator.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.
body.skin-minerva input.calculator-field {
	background: revert;
	border: revert;
}

@media screen {
	/* Allow people to make fallback content */
	html.client-js .calculatorgadget-enabled {
		display: revert !important;
	}
	html.client-js .calculatorgadget-fallback {
		display: none;
	}
}