MediaWiki:Common.css/src/extension/InputBox.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.

/********* Extension:InputBox *********/

/* Hide text input box for just a button */
.notextbox form > .mw-ui-input {
	display: none;
}