2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Re-add Firefox placeholder opacity workaround

This commit is contained in:
Chris Rebert
2014-12-22 17:27:08 -08:00
parent 497b05c1be
commit 96d273e28f
+1
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