https://bugzilla.wikimedia.org/show_bug.cgi?id=62668
Andre Klapper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|Search |Skin and page rendering --- Comment #1 from Andre Klapper <[email protected]> --- Required CSS changes would be trivial but no idea about potential side effects and why decisions like "background-color: transparent" were made here, hence moving to "Skin and page rendering" - maybe somebody knows. With regard to the search box itself: div#simpleSearch input { background-color: transparent; color: #000; } With regard to the proposed results: .suggestions-result { color: #000; } which does not have an explicit "background-color" at all... -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
