?
avatar Denitz
Denitz
12 Nov 2020

Steps to reproduce the issue

Try to use own buttons and button groups in modal

Expected result

See the buttons in correct Boostrap style

Actual result

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.

avatar Denitz Denitz - open - 12 Nov 2020
avatar joomla-cms-bot joomla-cms-bot - change - 12 Nov 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Nov 2020
avatar Denitz Denitz - change - 17 Nov 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-11-17 08:04:27
Closed_By Denitz
avatar Denitz
Denitz - comment - 17 Nov 2020
avatar Denitz Denitz - close - 17 Nov 2020

Add a Comment

Login with GitHub to post a comment