From 16742415ce2d9ccbe1096e0651aa3fa647df8ed4 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 9 Sep 2009 00:02:28 +0000 Subject: [PATCH] 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. --- skins/vector/main-ltr.css | 7 +++++++ skins/vector/main-rtl.css | 7 +++++++ 2 files changed, 14 insertions(+) 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; -- 2.20.1