Merge pull request #53 from twbs/firefox-placeholder-opacity

Re-add Firefox placeholder opacity workaround
This commit is contained in:
Mark Otto 2014-12-22 20:11:54 -08:00
commit c14823bd51
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ output {
// Placeholder // Placeholder
&::placeholder { &::placeholder {
color: $input-color-placeholder; color: $input-color-placeholder;
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
} }
// Disabled and read-only inputs // Disabled and read-only inputs