منځپانگې ته ورتلل

ميډياويکي:Gadget-Global-Calculator.css: د بياکتنو تر منځ توپير

د AfghaniPedia|افغانيپېډيا لخوا
 
و Protected "ميډياويکي:Gadget-Global-Calculator.css" ([سمول=يواځې پازوالان پرېښودل] (نامحدوده) [لېږدول=يواځې پازوالان پرېښودل] (نامحدوده))
 
(بې توپيره)

د ۰۳:۱۵, ۱۷ مارچ ۲۰۲۵ پورې تازه بڼه

/**
 * On-Wiki calculator script. See [[Template:Calculator]]. Created by [[User:Bawolff]]
 * License: Creative Commons Attribution-ShareAlike 3.0 and 4.0 International Public License
 * Canonical source: https://mdwiki.org/wiki/MediaWiki:Gadget-calculator.css
 */

/* 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;
	}
}