2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbars

This commit is contained in:
Mark Otto
2014-11-08 00:13:19 -08:00
parent 852eef9689
commit df28b7e25f
9 changed files with 11 additions and 6 deletions
+2
View File
@@ -4155,6 +4155,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}