Merge pull request #9267 from himanish-star/visibility-of-placeholder-text

Improve visibility of the findInput placeholder in Chrome
This commit is contained in:
Jonas Jenwald 2017-12-12 19:03:01 +01:00 committed by GitHub
commit b327633ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,6 +433,7 @@ html[dir='rtl'] .findbar {
}
#findInput::-webkit-input-placeholder {
font-style: italic;
color: hsl(0, 0%, 75%);
}
#findInput::-moz-placeholder {
font-style: italic;