Skip to content

Commit

Permalink
Merge pull request discourse#99 from tms/firefox-placeholders
Browse files Browse the repository at this point in the history
Prevent Firefox from using the wrong placeholder colour
  • Loading branch information
SamSaffron committed Feb 10, 2013
2 parents c5e1dba + a588939 commit ca0c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/vendor/bootstrap.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ body {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
color: #999999;
color: #999999 !important;
}
::-webkit-input-placeholder {
color: #999999;
Expand Down

0 comments on commit ca0c492

Please sign in to comment.