Skip to content

Commit

Permalink
physionet.css: use dark backdrop for TinyMCE modal dialogs.
Browse files Browse the repository at this point in the history
Use the same backdrop color/opacity as Bootstrap modal dialogs.
  • Loading branch information
Benjamin Moody committed Feb 6, 2025
1 parent be5a5c8 commit 4693c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions physionet-django/static/custom/css/physionet.css
Original file line number Diff line number Diff line change
Expand Up @@ -612,3 +612,9 @@ a, code{
body .list-group-item:hover {
z-index: auto;
}

/* tinymce modal dialog backdrop */
body .tox .tox-dialog-wrap__backdrop {
background-color: #000; /* bootstrap: $modal-backdrop-bg */
opacity: 0.5; /* bootstrap: $modal-backdrop-opacity */
}

0 comments on commit 4693c7a

Please sign in to comment.