Try to use own buttons and button groups in modal
See the buttons in correct Boostrap style
Button groups and buttons have invalid style due to:
.modal .btn { ... }
It's bad idea to change style for ALL buttons in modal.
Probably, we can force this style for .modal-footer only:
.modal .modal-footer .btn {..}
But note that even in this case we can't have colored buttons (btn-success etc.) due to current CSS, TDB.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-17 08:04:27 |
Closed_By | ⇒ | Denitz |
#31420