MediaWiki:Common.css/src/system/Special/Upload.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* [[Special:Upload]] *********/

/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/resources/src/mediawiki.special/upload.css */

/* Warning box that appears sometimes when uploading a file */
.mw-destfile-warning {
	border-color: var(--ooui--messagewidget-warning-border-color);
	color: var(--theme-text-color);
	background-color: var(--ooui--messagewidget-warning-background-color);
}