From ab8f2e2767be77120fedb07269dc7db078101dba Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Jan 2012 00:35:14 -0800 Subject: don't scope placeholder text color to just inputs --- bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 2ba50f1de..460cd7ba0 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 18 00:30:09 PST 2012 + * Date: Wed Jan 18 00:34:59 PST 2012 */ html, body { margin: 0; @@ -842,10 +842,10 @@ input:invalid:focus, textarea:invalid:focus, select:invalid:focus { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; } -input:-moz-placeholder { +:-moz-placeholder { color: #999999; } -input::-webkit-input-placeholder { +::-webkit-input-placeholder { color: #999999; } .help-block { -- cgit v1.2.3