From a588939d8156364c9b0dc6f33a57752af44f8c1b Mon Sep 17 00:00:00 2001 From: tms Date: Sat, 9 Feb 2013 20:04:01 -0500 Subject: [PATCH] Prevent Firefox from using a more-specific text color definition in place of the placeholder color --- app/assets/stylesheets/vendor/bootstrap.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/vendor/bootstrap.css.scss b/app/assets/stylesheets/vendor/bootstrap.css.scss index b4e57171177..56bb4508e0b 100644 --- a/app/assets/stylesheets/vendor/bootstrap.css.scss +++ b/app/assets/stylesheets/vendor/bootstrap.css.scss @@ -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;