VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382991 )

Change subject: Align jQuery.suggestions colors to WikimediaUI palette
......................................................................

Align jQuery.suggestions colors to WikimediaUI palette

For code sanity in core and consistency.

Change-Id: I8bcfd0f6d2feebe803a56d69d3423dc4d13714f7
---
M resources/src/jquery/jquery.suggestions.css
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/91/382991/1

diff --git a/resources/src/jquery/jquery.suggestions.css 
b/resources/src/jquery/jquery.suggestions.css
index 2cc0cc9..0c26dfc 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,

-- 
To view, visit https://gerrit.wikimedia.org/r/382991
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bcfd0f6d2feebe803a56d69d3423dc4d13714f7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to