diff options
| author | Mark Otto <[email protected]> | 2013-12-07 11:34:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 11:34:03 -0800 |
| commit | 94a5413ec7fb90c1340f1243869274c36d308cb0 (patch) | |
| tree | 402e36d993629fcbf1ef606fc65c5368696b29ee /dist/css/bootstrap.css | |
| parent | 4b84acb9a4a441786766c588bc5455eeaf90e334 (diff) | |
| parent | 78b43d4c99c5b091980a977656a378f6c46c7c16 (diff) | |
| download | bootstrap-94a5413ec7fb90c1340f1243869274c36d308cb0.tar.xz bootstrap-94a5413ec7fb90c1340f1243869274c36d308cb0.zip | |
Merge pull request #11757 from ZDroid/darken-toggle
Darken navbar toggle icon bar to meet WCAG
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 377dff300..a5e975ced 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4754,7 +4754,7 @@ textarea.input-group-sm > .input-group-btn > .btn { } .navbar-default .navbar-toggle .icon-bar { - background-color: #cccccc; + background-color: #888888; } .navbar-default .navbar-collapse, |
