mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Preparing for Dark mode theme: Started Fixing models so they look better in dark mode
This commit is contained in:
@@ -43,7 +43,7 @@ $(document).on('click', '[data-toggle="ajax-modal"]', function (e) {
|
||||
var modalHtml =
|
||||
'<div class="modal fade" id="' + modalId + '" tabindex="-1">' +
|
||||
' <div class="modal-dialog modal-'+ modalSize +'">' +
|
||||
' <div class="modal-content bg-dark">'
|
||||
' <div class="modal-content border-dark">'
|
||||
+ response.content +
|
||||
' </div>' +
|
||||
' </div>' +
|
||||
|
||||
Reference in New Issue
Block a user