diff options
| author | Mark Otto <[email protected]> | 2012-05-28 01:00:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-28 01:00:23 -0700 |
| commit | 241cbd478dcacdbd0ddedaecb147bfc9b8f7e753 (patch) | |
| tree | a8b2966e4f98e4249517d6f7f798be09520099a3 /docs | |
| parent | 287086758be44fd35db83ffd763966b866381ce9 (diff) | |
| parent | 8a06339501587f9ecc62f6a831162cf40e8a0c70 (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
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; } |
