MediaWiki:Common.css/src/system/Special/AllMessages.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:AllMessages]] *********/

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

#mw-allmessagestable {
	tbody:hover td {
		background-color: var(--oouihelper--textinput-background-lighter);
	}
	.am_default {
		background-color: var(--oouihelper--yellow-darker);
	}
	tbody:hover .am_default {
		background-color: var(--oouihelper--yellow);
	}
	.am_actual {
		background-color: var(--oouihelper--green-darker);
	}
	tbody:hover .am_actual {
		background-color: var(--oouihelper--green);
	}
}