diff options
| author | Mark Otto <[email protected]> | 2017-04-01 19:18:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-04-01 19:18:29 -0700 |
| commit | 49b6cf845d3d3bf49197a529548489f9a1a76709 (patch) | |
| tree | 725316258a4fbd311fc53ece9218e0d35e7ae827 /docs/dist/css/bootstrap.css | |
| parent | 5142de7e592abc0a791ea3465616795c91219bcc (diff) | |
| download | bootstrap-49b6cf845d3d3bf49197a529548489f9a1a76709.tar.xz bootstrap-49b6cf845d3d3bf49197a529548489f9a1a76709.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index d9c1cf4c9..a579723ea 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5686,6 +5686,7 @@ button.close { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; + color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); @@ -5698,6 +5699,7 @@ button.close { .popover-content { padding: 9px 14px; + color: #292b2c; } .popover::before, |
