diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 15b56f3a7..3b04f57dc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3449,11 +3449,12 @@ input[type="button"].btn-block { } .btn-lg .caret { - border-width: 5px; + border-width: 5px 5px 0; + border-bottom-width: 0; } .dropup .btn-lg .caret { - border-bottom-width: 5px; + border-width: 0 5px 5px; } .btn-group-vertical > .btn, |
