diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 70c8a3934..1e5b1630e 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4612,13 +4612,13 @@ tbody.collapse.active { padding: 0.5rem 0.75rem; margin-left: -1px; color: #0275d8; - text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .page-link:focus, .page-link:hover { color: #014c8c; + text-decoration: none; background-color: #eceeef; border-color: #ddd; } @@ -5117,7 +5117,7 @@ base::-moz-progress-bar, padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; - border: 1px solid #ddd; + border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { |
