Index: trunk/phase3/skins/Vector.php |
— | — | @@ -763,7 +763,7 @@ |
764 | 764 | <?php if ( $wgVectorUseSimpleSearch ): ?> |
765 | 765 | <div id="simpleSearch"> |
766 | 766 | <input id="searchInput" name="search" type="text" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> /> |
767 | | - <button id="searchButton" type='submit' name='fulltext' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>> </button> |
| 767 | + <button id="searchButton" type='submit' name='button' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>> </button> |
768 | 768 | </div> |
769 | 769 | <?php else: ?> |
770 | 770 | <input id="searchInput" name="search" type="text" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> /> |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -357,10 +357,10 @@ |
358 | 358 | #simpleSearch > button#searchButton { |
359 | 359 | height: 100%; |
360 | 360 | } |
361 | | - .suggestions-heading .search-for { |
| 361 | + .suggestions-special .search-for { |
362 | 362 | color: green; |
363 | 363 | } |
364 | | - .suggestions-heading .search-term { |
| 364 | + .suggestions-special .search-term { |
365 | 365 | color: blue; |
366 | 366 | text-decoration: underline; |
367 | 367 | } |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -357,10 +357,10 @@ |
358 | 358 | #simpleSearch > button#searchButton { |
359 | 359 | height: 100%; |
360 | 360 | } |
361 | | - .suggestions-heading .search-for { |
| 361 | + .suggestions-special .search-for { |
362 | 362 | color: green; |
363 | 363 | } |
364 | | - .suggestions-heading .search-term { |
| 364 | + .suggestions-special .search-term { |
365 | 365 | color: blue; |
366 | 366 | text-decoration: underline; |
367 | 367 | } |