Skip to content

Commit

Permalink
[4.0] menu module modal (#34153)
Browse files Browse the repository at this point in the history
Missing on hover background
  • Loading branch information
brianteeman committed May 24, 2021
1 parent 1dc44c8 commit 8dd8d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'closeButton' => false,
'bodyHeight' => '70',
'modalWidth' => '80',
'footer' => '<button type="button" class="btn" data-bs-dismiss="modal" data-bs-target="#closeBtn">'
'footer' => '<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" data-bs-target="#closeBtn">'
. Text::_('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>'
. '<button type="button" class="btn btn-primary" data-bs-dismiss="modal" data-bs-target="#saveBtn">'
. Text::_('JSAVE') . '</button>'
Expand Down

0 comments on commit 8dd8d9b

Please sign in to comment.