MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 862: | Line 862: | ||
#p-search .cdx-typeahead-search__menu .cdx-menu-item__icon path { | #p-search .cdx-typeahead-search__menu .cdx-menu-item__icon path { | ||
fill: #202124 !important; | fill: #202124 !important; | ||
} | |||
/* Force search input text to be dark */ | |||
#p-search .cdx-search-input__input, | |||
#p-search .cdx-search-input__input::placeholder { | |||
color: #202124 !important; | |||
opacity: 1 !important; | |||
} | |||
/* Force search icon to be dark */ | |||
#p-search .cdx-search-input__end-button, | |||
#p-search .cdx-search-input__end-button svg, | |||
#p-search .cdx-search-input__end-button path { | |||
fill: #202124 !important; | |||
color: #202124 !important; | |||
opacity: 1 !important; | |||
} | |||
/* Force search dropdown background and text to be dark */ | |||
#p-search .cdx-typeahead-search { | |||
background: #ffffff !important; | |||
color: #202124 !important; | |||
} | |||
/* Force search dropdown items to be dark */ | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item, | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item * { | |||
color: #202124 !important; | |||
fill: #202124 !important; | |||
} | |||
/* Force search dropdown item hover to be visible */ | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item:hover { | |||
background: #f1f3f4 !important; | |||
color: #202124 !important; | |||
} | |||
/* Force search dropdown icons to be dark */ | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item__icon, | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item__icon svg, | |||
#p-search .cdx-typeahead-search__menu .cdx-menu-item__icon path { | |||
fill: #202124 !important; | |||
color: #202124 !important; | |||
} | } | ||