MediaWiki:Common.css: Difference between revisions

28.10.2025 Prusac | 27.11.2025

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#searchInput {
#searchInput {
caret-color: red;
caret-color: #ff9900;
}
}

Revision as of 15:58, 30 October 2025

/* CSS placed here will be applied to all skins */
#searchInput {
	caret-color: #ff9900;
}