MediaWiki:Common.css/src/system/htmlform.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.

/********* HTMLForm *********/

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

.mw-htmlform-ooui {
	.mw-htmlform-matrix {
		tbody tr:nth-child( even ) td {
			background-color: var(--oouihelper--textinput-background-lighter);
		}

		tbody tr:hover td {
			background-color: var(--oouihelper--textinput-background);
		}
	}
}