Removed double border in btn-groups

This commit is contained in:
Kasper Friis Christensen 2017-04-15 10:52:29 +02:00
parent b0890fd7d8
commit ec7a6c0054

View file

@ -43,6 +43,18 @@ a, a:active, a:focus {
margin-top: 6px;
}
/* btn-group */
.btn-group .btn {
border-right: 0;
}
.btn-group .btn:last-of-type {
border-right: 1px solid #ccc;
}
.btn-group .btn.btn-primary:last-of-type {
border-color: #2e6da4;
}
/* Form stuff */