From: Trevor Parscal Date: Wed, 9 Sep 2009 00:02:28 +0000 (+0000) Subject: Added some styles used by the SimpleSearch extension - they are here cause that exten... X-Git-Tag: 1.31.0-rc.0~39822 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=16742415ce2d9ccbe1096e0651aa3fa647df8ed4;p=lhc%2Fweb%2Fwiklou.git Added some styles used by the SimpleSearch extension - they are here cause that extension is really just some JS that will eventually be in core. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index ffed37e587..137fa3bbeb 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -357,6 +357,13 @@ body { #simpleSearch > button#searchButton { height: 100%; } + .suggestions-heading .search-for { + color: green; + } + .suggestions-heading .search-term { + color: blue; + text-decoration: underline; + } /* Panel */ #panel { position: absolute; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 3f0462b5ce..6802fc9483 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -357,6 +357,13 @@ body { #simpleSearch > button#searchButton { height: 100%; } + .suggestions-heading .search-for { + color: green; + } + .suggestions-heading .search-term { + color: blue; + text-decoration: underline; + } /* Panel */ #panel { position: absolute;