MediaWiki:Theme-dark.css: Difference between revisions

From Warcraft Watch Secrets
Jump to navigation Jump to search
Content deleted Content added
Created page with "Icons: .oo-ui-iconElement-icon { filter: invert(100%); } .oo-ui-icon-syntax-highlight { filter: unset; }"
 
No edit summary
Line 1: Line 1:
/* Icons */
/* search */
div#simpleSearch {
.oo-ui-iconElement-icon {
background: var(--theme-background-color-alt);
filter: invert(100%);
border: 1px solid var(--theme-border-color);
}
}
.oo-ui-icon-syntax-highlight {
.suggestions-result .highlight {
filter: unset;
color: orange;
font-weight: 400;
}
}

Revision as of 08:15, 2 August 2025

/* search */
div#simpleSearch {
	background: var(--theme-background-color-alt);
	border: 1px solid var(--theme-border-color);
}
.suggestions-result .highlight {
	color: orange;
	font-weight: 400;
}