diff options
| author | Matt Smith <[email protected]> | 2014-12-03 11:44:35 -0500 |
|---|---|---|
| committer | Matt Smith <[email protected]> | 2014-12-03 11:44:35 -0500 |
| commit | dbe47654160d389c6991a312c9cecd2eeb9b6122 (patch) | |
| tree | 37ff4e2240c0f801ecba46df12a3ab644e128dcb /docs/dist/css/bootstrap.css | |
| parent | ac49a0990689439be471752f6c5ea8a91256ad32 (diff) | |
| download | bootstrap-dbe47654160d389c6991a312c9cecd2eeb9b6122.tar.xz bootstrap-dbe47654160d389c6991a312c9cecd2eeb9b6122.zip | |
Nested button groups with only one child now have rounded corners (Iss.#15270)
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 6a9783971..3de8a58df 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3577,12 +3577,12 @@ tbody.collapse.in { .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.btn-group > .btn-group:last-child > .btn:first-child { +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -6167,6 +6167,7 @@ button.close { height: 20px; margin-top: -10px; font-family: serif; + line-height: 1; } .carousel-control .icon-prev:before { content: '\2039'; |
