X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.suggestions.css;h=0c26dfcc671dc0d7fa914762045665b108dc0f89;hp=f6b4fd188ceddc6c0a3b8eb294533f8da79c98a1;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=939199bcea28a3b13c49c0f808d11d415660b924 diff --git a/resources/src/jquery/jquery.suggestions.css b/resources/src/jquery/jquery.suggestions.css index f6b4fd188c..0c26dfcc67 100644 --- a/resources/src/jquery/jquery.suggestions.css +++ b/resources/src/jquery/jquery.suggestions.css @@ -6,7 +6,7 @@ top: 0; left: 0; width: 0; - border: none; + border: 0; z-index: 1099; padding: 0; margin: -1px 0 0 0; @@ -16,8 +16,7 @@ position: relative; background-color: #fff; cursor: pointer; - border: solid 1px #aaa; - padding: 0; + border: 1px solid #a2a9b1; margin: 0; margin-top: -2px; display: none; @@ -28,7 +27,7 @@ .suggestions-results { background-color: #fff; cursor: pointer; - border: solid 1px #aaa; + border: 1px solid #a2a9b1; padding: 0; margin: 0; } @@ -47,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; } @@ -63,7 +62,7 @@ } .suggestions-special .special-hover { - background-color: #c0c0c0; + background-color: #c8ccd1; } .suggestions-result-current .special-label,