Added some styles used by the SimpleSearch extension - they are here cause that exten...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 9 Sep 2009 00:02:28 +0000 (00:02 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 9 Sep 2009 00:02:28 +0000 (00:02 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index ffed37e..137fa3b 100644 (file)
@@ -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;
index 3f0462b..6802fc9 100644 (file)
@@ -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;