diff options
| author | Mark Otto <[email protected]> | 2014-11-08 00:13:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-08 00:13:19 -0800 |
| commit | df28b7e25f2c4008ad3a8179ccf7e556fcb13400 (patch) | |
| tree | 82a82e3d85d08089ed55a1f8c2fee721c6d4b06c /docs/dist/css/bootstrap.css | |
| parent | 852eef9689079b8781c102cce43dc352ae8325d6 (diff) | |
| download | bootstrap-df28b7e25f2c4008ad3a8179ccf7e556fcb13400.tar.xz bootstrap-df28b7e25f2c4008ad3a8179ccf7e556fcb13400.zip | |
Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbars
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 862056353..c4c574a35 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -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; } |
