From: Volker E Date: Sat, 7 Oct 2017 19:29:15 +0000 (-0700) Subject: Align jQuery.suggestions colors to WikimediaUI palette X-Git-Tag: 1.31.0-rc.0~1838^2 X-Git-Url: https://git.cyclocoop.org/%2C?a=commitdiff_plain;h=7c2f9b33d0ce6b4844ec05696dd3b69aab90506a;p=lhc%2Fweb%2Fwiklou.git Align jQuery.suggestions colors to WikimediaUI palette For code sanity in core and consistency. Change-Id: I8bcfd0f6d2feebe803a56d69d3423dc4d13714f7 --- diff --git a/resources/src/jquery/jquery.suggestions.css b/resources/src/jquery/jquery.suggestions.css index 2cc0cc90ac..0c26dfcc67 100644 --- a/resources/src/jquery/jquery.suggestions.css +++ b/resources/src/jquery/jquery.suggestions.css @@ -16,7 +16,7 @@ position: relative; background-color: #fff; cursor: pointer; - border: solid 1px #aaa; + border: 1px solid #a2a9b1; margin: 0; margin-top: -2px; display: none; @@ -27,7 +27,7 @@ .suggestions-results { background-color: #fff; cursor: pointer; - border: solid 1px #aaa; + border: 1px solid #a2a9b1; padding: 0; margin: 0; } @@ -46,12 +46,12 @@ } .suggestions-result-current { - background-color: #4c59a6; + background-color: #2a4b8d; color: #fff; } .suggestions-special .special-label { - color: #808080; + color: #72777d; text-align: left; } @@ -62,7 +62,7 @@ } .suggestions-special .special-hover { - background-color: #c0c0c0; + background-color: #c8ccd1; } .suggestions-result-current .special-label,