GedMarc / bootstrap4-dialog

bootstrap4 compatible modal dialog based on nakupanda.github.io/bootstrap3-dialog
https://nakupanda.github.io/bootstrap3-dialog/
62 stars 31 forks source link

btn-default style no longer exists in bootstrap 4.2.1 #10

Closed jarodhanko closed 5 years ago

jarodhanko commented 5 years ago

Since btn-default no longer exists as a style (at least it doesn't show a button ...), the button shows up as text only.

Line 907 of bootstrap-dialog.js

Fix: add custom css or change to btn-secondary, btn-dark etc

GedMarc commented 5 years ago

Thank you!

Please can you verify the result? :)

jarodhanko commented 5 years ago

Looks good!