Merge "Allow fallbacks for $wgReferrerPolicy"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.searchSuggest.css
index df144ce..8d56906 100644 (file)
@@ -4,7 +4,7 @@
 .suggestions a.mw-searchSuggest-link:hover,
 .suggestions a.mw-searchSuggest-link:active,
 .suggestions a.mw-searchSuggest-link:focus {
-       color: black;
+       color: #000;
        text-decoration: none;
 }
 
 .suggestions-result-current a.mw-searchSuggest-link:hover,
 .suggestions-result-current a.mw-searchSuggest-link:active,
 .suggestions-result-current a.mw-searchSuggest-link:focus {
-       color: white;
+       color: #fff;
 }
 
 .suggestions a.mw-searchSuggest-link .special-query {
        /* Apply ellipsis to suggestions */
        overflow: hidden;
-       -o-text-overflow: ellipsis; /* Opera 9 to 10 */
        text-overflow: ellipsis;
        white-space: nowrap;
 }