Jump to content

MediaWiki:Gadget-calculator.css: Difference between revisions

w>Xaosflux
sync from external, Creative Commons Attribution-ShareAlike License, authors available at [https://mdwiki.org/w/index.php?title=MediaWiki:Gadget-calculator.css&action=history source]
 
m 1 revision imported: Imports Calculator css
 
(No difference)

Latest revision as of 09:32, 23 June 2025

/* Minerva has some confusing styling of input boxes */
body.skin-minerva input.calculator-field-live:not(.cdx-text-input__input):not(.cdx-checkbox__input):not(.cdx-radio__input) {
	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;
	}
}