From: Trevor Parscal Date: Wed, 9 Sep 2009 18:38:31 +0000 (+0000) Subject: Some more tweaks to accomadate changes being made with the SimpleSearch extension. X-Git-Tag: 1.31.0-rc.0~39817 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=c9b7ed830a26718f5b82311d7ff13eda6c8b4538;p=lhc%2Fweb%2Fwiklou.git Some more tweaks to accomadate changes being made with the SimpleSearch extension. --- diff --git a/skins/Vector.php b/skins/Vector.php index bbe0d41d05..4af108f440 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -763,7 +763,7 @@ class VectorTemplate extends QuickTemplate {
skin->tooltipAndAccesskey( 'search' ); ?> data['search'] ) ): ?> value="text( 'search' ) ?>" /> - +
skin->tooltipAndAccesskey( 'search' ); ?> data['search'] ) ): ?> value="text( 'search' ) ?>" /> diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 137fa3bbeb..e195e6684c 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -357,10 +357,10 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-heading .search-for { + .suggestions-special .search-for { color: green; } - .suggestions-heading .search-term { + .suggestions-special .search-term { color: blue; text-decoration: underline; } diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 6802fc9483..cb67d659c8 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -357,10 +357,10 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-heading .search-for { + .suggestions-special .search-for { color: green; } - .suggestions-heading .search-term { + .suggestions-special .search-term { color: blue; text-decoration: underline; }