MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 787: Line 787:
.vector-header-end .cdx-search-input__input {
.vector-header-end .cdx-search-input__input {
   color: #202124 !important;
   color: #202124 !important;
}
.vector-header-end,
.vector-header-end * {
  color: rgba(255,255,255,0.9) !important;
}
.vector-header-end {
  color: rgba(255,255,255,0.9) !important;
}
/* Exclude search input from the white-text rule */
.vector-header-end .cdx-search-input__input,
.vector-header-end .cdx-text-input__input {
  color: #202124 !important;
  background: #ffffff !important;
}
}