]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Re-add Firefox placeholder opacity workaround
authorChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:27:08 +0000 (17:27 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:28:09 +0000 (17:28 -0800)
scss/_forms.scss

index 1f68383f929d2689deaccd7c862c923662a00fe4..9ea0ebc67407d7bf5f16fb633f859c96fe44e358 100644 (file)
@@ -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