Since Firefox 15 the placeholder text in the search bar of skin vector is black instead of gray.
Solution: Add
div#simpleSearch input:-moz-placeholder {
color: #999999;
}
to skins/vector/screen.css
https://developer.mozilla.org/en-US/docs/CSS/:-moz-placeholder
Version: 1.20.x
Severity: minor