Skip to content

Commit

Permalink
Accessibility fix: Fix placeholder text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 3, 2015
1 parent b5692ee commit e1ae7e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions public/css/base.css
Expand Up @@ -961,9 +961,11 @@ div.larger {
display: none;
}

input.placeholder {
font-style: italic;
color: #f8f9fa;
input.placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
color: #999;
}

input.inputting {
Expand Down

0 comments on commit e1ae7e7

Please sign in to comment.