MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 792: Line 792:
.cdx-text-input__input::placeholder {
.cdx-text-input__input::placeholder {
   color: rgba(255,255,255,0.7) !important;
   color: rgba(255,255,255,0.7) !important;
}
/* Fix search box icon color */
.cdx-search-input__end-button svg,
.cdx-search-input__end-button path {
  fill: #202124 !important;
}
/* Fix search dropdown text color */
.cdx-typeahead-search__menu .cdx-menu-item {
  color: #202124 !important;
}
/* Fix search input text color */
.cdx-search-input__input {
  color: #202124 !important;
}
/* Fix search input placeholder color */
.cdx-search-input__input::placeholder {
  color: rgba(32, 33, 36, 0.6) !important;
}
/* Fix search dropdown background and text */
.cdx-typeahead-search {
  background: #ffffff !important;
  color: #202124 !important;
}
/* Fix search dropdown item hover */
.cdx-menu-item:hover {
  background: #f1f3f4 !important;
  color: #202124 !important;
}
}