X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.suggestions.css;h=825c7cafa063ef42027947fe8829b0dbf3ba55be;hb=918fee715de966760522725b28ab1c757b6cee46;hp=2cc0cc90ac22d9d76aee85cd9832bbdedf17ed3c;hpb=49748181dd56ec97e7ba7c13e684a16abceb3cc0;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.suggestions.css b/resources/src/jquery/jquery.suggestions.css index 2cc0cc90ac..825c7cafa0 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; } @@ -40,18 +40,17 @@ text-align: left; /* Apply ellipsis to suggestions */ overflow: hidden; - -o-text-overflow: ellipsis; /* Opera 9 to 10 */ text-overflow: ellipsis; white-space: nowrap; } .suggestions-result-current { - background-color: #4c59a6; + background-color: #2a4b8d; color: #fff; } .suggestions-special .special-label { - color: #808080; + color: #72777d; text-align: left; } @@ -62,7 +61,7 @@ } .suggestions-special .special-hover { - background-color: #c0c0c0; + background-color: #c8ccd1; } .suggestions-result-current .special-label,