From: Trevor Parscal Date: Wed, 9 Sep 2009 22:01:53 +0000 (+0000) Subject: Yet even more tweaks to accomadate changes being made with the SimpleSearch extension. X-Git-Tag: 1.31.0-rc.0~39812 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=edae8ac0fcc4ea4b85d38f640e920879f79256c4;p=lhc%2Fweb%2Fwiklou.git Yet even more tweaks to accomadate changes being made with the SimpleSearch extension. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 048a11801b..432114e5e4 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -362,8 +362,11 @@ body { color: gray; } .suggestions-special .special-query { - color: #0645ad; - text-decoration: underline; + color: black; + font-style: italic; + } + .suggestions-special .special-hover { + background-color: silver; } /* Panel */ #panel { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 96a65f9544..7788731865 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -362,8 +362,11 @@ body { color: gray; } .suggestions-special .special-query { - color: #0645ad; - text-decoration: underline; + color: black; + font-style: italic; + } + .suggestions-special .special-hover { + background-color: silver; } /* Panel */ #panel {