Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -361,6 +361,12 @@ |
362 | 362 | font-size: 13px; |
363 | 363 | top: 0.25em; |
364 | 364 | } |
| 365 | + div#simpleSearch .placeholder { |
| 366 | + color: #999999; |
| 367 | + } |
| 368 | + div#simpleSearch input::-webkit-input-placeholder { |
| 369 | + color: #999999; |
| 370 | + } |
365 | 371 | div#simpleSearch input#searchInput { |
366 | 372 | margin: 0; |
367 | 373 | border-width: 0; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -361,6 +361,12 @@ |
362 | 362 | font-size: 13px; |
363 | 363 | top: 0.25em; |
364 | 364 | } |
| 365 | + div#simpleSearch .placeholder { |
| 366 | + color: #999999; |
| 367 | + } |
| 368 | + div#simpleSearch input::-webkit-input-placeholder { |
| 369 | + color: #999999; |
| 370 | + } |
365 | 371 | div#simpleSearch input#searchInput { |
366 | 372 | margin: 0; |
367 | 373 | border-width: 0; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1547,7 +1547,7 @@ |
1548 | 1548 | * to ensure that client-side caches do not keep obsolete copies of global |
1549 | 1549 | * styles. |
1550 | 1550 | */ |
1551 | | -$wgStyleVersion = '297'; |
| 1551 | +$wgStyleVersion = '298'; |
1552 | 1552 | |
1553 | 1553 | /** |
1554 | 1554 | * This will cache static pages for non-logged-in users to reduce |