-1

I wanted to display a bootbox. But I wondered what elements from bootstrap are used. Because I do not want to screw up all my current CSS. I would just take the necessary CSS code.

NoNaMe
  • 6,020
  • 30
  • 82
  • 110
Atnaize
  • 1,766
  • 5
  • 25
  • 54

1 Answers1

0

Bootbox uses Twitter Bootstrap Modals. Custom modals, other than the alert/confirm bootboxes, are filled with a custom Bootbox input field. This is not an Input from Bootstrap. Also every modal uses Bootstrap Buttons.

Hkidd
  • 872
  • 10
  • 25