From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- resources/jquery/jquery.suggestions.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'resources/jquery/jquery.suggestions.css') diff --git a/resources/jquery/jquery.suggestions.css b/resources/jquery/jquery.suggestions.css index 74094c53..3cbdad22 100644 --- a/resources/jquery/jquery.suggestions.css +++ b/resources/jquery/jquery.suggestions.css @@ -3,9 +3,9 @@ .suggestions { overflow: hidden; position: absolute; - top: 0px; - left: 0px; - width: 0px; + top: 0; + left: 0; + width: 0; border: none; z-index: 1099; padding: 0; @@ -17,7 +17,7 @@ html > body .suggestions { } .suggestions-special { position: relative; - background-color: Window; + background-color: white; font-size: 0.8em; cursor: pointer; border: solid 1px #aaaaaa; @@ -30,7 +30,6 @@ html > body .suggestions { } .suggestions-results { background-color: white; - background-color: Window; font-size: 0.8em; cursor: pointer; border: solid 1px #aaaaaa; @@ -39,7 +38,6 @@ html > body .suggestions { } .suggestions-result { color: black; - color: WindowText; margin: 0; line-height: 1.5em; padding: 0.01em 0.25em; @@ -47,9 +45,7 @@ html > body .suggestions { } .suggestions-result-current { background-color: #4C59A6; - background-color: Highlight; color: white; - color: HighlightText; } .suggestions-special .special-label { font-size: 0.8em; @@ -67,7 +63,6 @@ html > body .suggestions { .suggestions-result-current .special-label, .suggestions-result-current .special-query { color: white; - color: HighlightText; } .autoellipsis-matched, .highlight { -- cgit v1.2.3-54-g00ecf