Skip to content

Commit

Permalink
Merge pull request #17586 from jeclrsg/hpcc-29937-dojo-dialog-transpa…
Browse files Browse the repository at this point in the history
…rent

HPCC-29937 ECL Watch fix dialogs with transparent background
  • Loading branch information
GordonSmith authored Jul 13, 2023
2 parents 66d9374 + c14ddb6 commit 7335d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/eclwatch/css/hpcc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ span.dijitReset.dijitInline.dijitIcon.fa.disabled {
}

.flat:has(.fui-FluentProvider) .dijitPopup {
background-color: var(--white);
background-color: var(--white, white);
}

.flat-dark:has(.fui-FluentProvider) .dijitPopup {
Expand Down

0 comments on commit 7335d7d

Please sign in to comment.