MediaWiki:Metrolook.css: Difference between revisions

From Ylvapedia
(Hiding the annoying mw-indicator-smw-entity-examiner for now.)
(Undo revision 13485 by Desu (talk) - Better to do this on MediaWiki:Common.css)
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
}
}
/* TODO: Too much bouncing */
/* TODO: Too much bouncing */
#mw-indicator-smw-entity-examiner {
#mw-indicator-smw-entity-examiner, #languageselector-commit-1 {
display: none;
display: none;
}
}

Latest revision as of 23:39, 22 December 2024

/* All CSS here will be loaded for users of the Metrolook skin */

/* Search bar appearance tweaks */
#simpleSearch{
	border: 0;
	border-radius:4px;
	margin-top: 0;
	height: 1.6em;
}
#simpleSearch #searchInput {
	height: 100%;
}
/* TODO: Too much bouncing */
#mw-indicator-smw-entity-examiner, #languageselector-commit-1 {
	display: none;
}