diff options
| author | Mark Otto <[email protected]> | 2016-11-26 00:58:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 00:58:11 -0800 |
| commit | cb294854a30b6764082ba957c410b51a59e13887 (patch) | |
| tree | f31a30cc728b633618b54781fd1897e14b34d8a9 /docs/dist/css/bootstrap.css | |
| parent | ea2e4203a5801f18f19b7a1e09d0813d5a394789 (diff) | |
| download | bootstrap-cb294854a30b6764082ba957c410b51a59e13887.tar.xz bootstrap-cb294854a30b6764082ba957c410b51a59e13887.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 44a25b514..a24b2196d 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3083,7 +3083,7 @@ tbody.collapse.active { .dropdown-item:focus, .dropdown-item:hover { color: #1d1e1f; text-decoration: none; - background-color: #f5f5f5; + background-color: #f7f7f9; } .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover { @@ -4290,7 +4290,7 @@ tbody.collapse.active { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #f5f5f5; + background-color: #f7f7f9; border-bottom: 1px solid rgba(0, 0, 0, 0.125); } @@ -4306,7 +4306,7 @@ tbody.collapse.active { .card-footer { padding: 0.75rem 1.25rem; - background-color: #f5f5f5; + background-color: #f7f7f9; border-top: 1px solid rgba(0, 0, 0, 0.125); } @@ -5206,7 +5206,7 @@ base::-moz-progress-bar, .list-group-item-action:focus, .list-group-item-action:hover { color: #555; text-decoration: none; - background-color: #f5f5f5; + background-color: #f7f7f9; } .list-group-item-success { |
