aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-18 00:35:14 -0800
committerMark Otto <[email protected]>2012-01-18 00:35:14 -0800
commitab8f2e2767be77120fedb07269dc7db078101dba (patch)
tree6b8dd212b46689d46829ab38e8d16ee5502fbc96 /bootstrap.css
parentd12560c0ee77e69011012095b04332aeb97b9c42 (diff)
downloadbootstrap-ab8f2e2767be77120fedb07269dc7db078101dba.tar.xz
bootstrap-ab8f2e2767be77120fedb07269dc7db078101dba.zip
don't scope placeholder text color to just inputs
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
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 {