From: Trevor Parscal Date: Wed, 9 Sep 2009 19:22:56 +0000 (+0000) Subject: Even more tweaks to accomadate changes being made with the SimpleSearch extension. X-Git-Tag: 1.31.0-rc.0~39815 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=86231c3cc3133f747adc7c7b8ba3f028e3160312;p=lhc%2Fweb%2Fwiklou.git 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 e195e6684c..048a11801b 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -357,11 +357,12 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-special .search-for { - color: green; + .suggestions-special .special-label { + font-size: 0.8em; + color: gray; } - .suggestions-special .search-term { - color: blue; + .suggestions-special .special-query { + color: #0645ad; text-decoration: underline; } /* Panel */ diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index cb67d659c8..96a65f9544 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -357,11 +357,12 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-special .search-for { - color: green; + .suggestions-special .special-label { + font-size: 0.8em; + color: gray; } - .suggestions-special .search-term { - color: blue; + .suggestions-special .special-query { + color: #0645ad; text-decoration: underline; } /* Panel */