MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2,488: | Line 2,488: | ||
} | } | ||
/* --- | /* --- OVERRIDE HARDCODED 'HTML BODY' SEARCH COLORS IN DARK MODE --- */ | ||
/* 1. Main | /* 1. Main Text & Descriptions: Outrank the html body !important rule */ | ||
html.skin-theme-clientpref-night .cdx- | html.skin-theme-clientpref-night body .cdx-menu-item__content, | ||
html.skin-theme-clientpref-night .cdx-typeahead- | html.skin-theme-clientpref-night body .cdx-menu-item__text, | ||
html.skin-theme-clientpref-night | html.skin-theme-clientpref-night body .cdx-typeahead-search-menu__item-title, | ||
html.skin-theme-clientpref-night .cdx-search-result-title { | html.skin-theme-clientpref-night body .cdx-menu-item__description, | ||
color: #f8f9fa !important; | html.skin-theme-clientpref-night body .cdx-search-result-title { | ||
color: #f8f9fa !important; | |||
} | } | ||
/* 2. | /* 2. Bolded Matching Text: Make sure the typed letters pop */ | ||
html.skin-theme-clientpref-night | html.skin-theme-clientpref-night body .cdx-menu-item__content b, | ||
html.skin-theme-clientpref-night .cdx- | html.skin-theme-clientpref-night body .cdx-menu-item__text b, | ||
html.skin-theme-clientpref-night body .cdx-typeahead-search-menu__item-title b, | |||
html.skin-theme-clientpref-night body .cdx-search-result-title b { | |||
color: #ffffff !important; | |||
html.skin-theme-clientpref-night .cdx-typeahead | |||
html.skin-theme-clientpref-night .cdx-search-result-title b { | |||
color: #ffffff !important; | |||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
/* | /* 3. Bottom Link: "Search for pages containing..." */ | ||
html.skin-theme-clientpref-night | html.skin-theme-clientpref-night body .cdx-menu-item--search-page, | ||
html.skin-theme-clientpref-night | html.skin-theme-clientpref-night body .cdx-menu-item--search-page * { | ||
color: #8ab4f8 !important; | color: #8ab4f8 !important; | ||
} | } | ||
html.skin-theme-clientpref-night .cdx-menu-item:hover, | /* 4. Hover states to ensure they still look good */ | ||
html.skin-theme-clientpref-night .cdx-menu-item.cdx-menu-item--selected, | html.skin-theme-clientpref-night body .cdx-menu-item:hover, | ||
html.skin-theme-clientpref-night .cdx-typeahead-search__menu .cdx-menu-item:active { | html.skin-theme-clientpref-night body .cdx-menu-item.cdx-menu-item--selected, | ||
background-color: #3c4043 !important; | html.skin-theme-clientpref-night body .cdx-typeahead-search__menu .cdx-menu-item:active { | ||
background-color: #3c4043 !important; | |||
} | } | ||