1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

btngroups

This commit is contained in:
liuyl
2013-08-05 08:29:01 +08:00
parent f22a077f6e
commit 584759eac0
3 changed files with 5 additions and 5 deletions

View File

@@ -3257,12 +3257,12 @@ button.close {
border-radius: 0;
}
.btn-group-vertical .btn:first-child {
.btn-group-vertical .btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
.btn-group-vertical .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}

File diff suppressed because one or more lines are too long