1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00
This commit is contained in:
Mark Otto
2016-11-25 13:55:34 -08:00
parent fa5572b273
commit 5b151eb891
16 changed files with 20 additions and 20 deletions

View File

@@ -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 {