diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 17:27:08 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 17:28:09 -0800 |
| commit | 96d273e28f721f5a8e22c3fd870955e213e955aa (patch) | |
| tree | 3d82b4494c5c98062b6897fd97f8d4aef2709323 | |
| parent | 497b05c1be3336e21060e0b3e031342fc32e4e34 (diff) | |
| download | bootstrap-96d273e28f721f5a8e22c3fd870955e213e955aa.tar.xz bootstrap-96d273e28f721f5a8e22c3fd870955e213e955aa.zip | |
Re-add Firefox placeholder opacity workaround
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 1f68383f9..9ea0ebc67 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -133,6 +133,7 @@ output { // Placeholder &::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 |
