From 86231c3cc3133f747adc7c7b8ba3f028e3160312 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 9 Sep 2009 19:22:56 +0000 Subject: [PATCH] Even more tweaks to accomadate changes being made with the SimpleSearch extension. --- skins/vector/main-ltr.css | 9 +++++---- skins/vector/main-rtl.css | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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 */ -- 2.20.1