aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-28 01:00:23 -0700
committerMark Otto <[email protected]>2012-05-28 01:00:23 -0700
commit241cbd478dcacdbd0ddedaecb147bfc9b8f7e753 (patch)
treea8b2966e4f98e4249517d6f7f798be09520099a3 /docs/assets/css
parent287086758be44fd35db83ffd763966b866381ce9 (diff)
parent8a06339501587f9ecc62f6a831162cf40e8a0c70 (diff)
downloadbootstrap-241cbd478dcacdbd0ddedaecb147bfc9b8f7e753.tar.xz
bootstrap-241cbd478dcacdbd0ddedaecb147bfc9b8f7e753.zip
Merge pull request #3619 from coreyti/2.0.4-wip-fix-placeholder
2.0.4 wip fix placeholder
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 2c0af2199..029e32db7 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3713,6 +3713,10 @@ input[type="submit"].btn.btn-mini {
color: #cccccc;
}
+.navbar-search .search-query:-ms-input-placeholder {
+ color: #cccccc;
+}
+
.navbar-search .search-query::-webkit-input-placeholder {
color: #cccccc;
}