MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,811:
composer's borderless-input exemption later in this section still
wins via !important. ── */
/* Codex pins input colors on :enabled state selectors — restate at that
.cdx-text-input__input {
specificity with !important or the gray/rounded defaults win the tie.
border-color: var(--text-dark);
The AI composer exemption still outranks all of these (higher
specificity + !important). */
.cdx-text-input__input {,
.cdx-text-input__input:enabled {
border-color: var(--text-dark) !important;
border-radius: 0 !important;
font-family: var(--ed-sans);
}
.cdx-text-input__input:hover { border-color: var(--ed-accent); },
.cdx-text-input__input:enabled:hover { border-color: var(--ed-accent) !important; }
/* primary action buttons (e.g. the "Log in" submit) = the Search button:
flat ink, white label, square, every state pinned so Codex's progressive