Skip to content

Commit

Permalink
HPCC-29937 ECL Watch fix dialogs with transparent background
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Jul 12, 2023
1 parent 88cd80d commit c14ddb6
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 @@ -1781,7 +1781,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 c14ddb6

Please sign in to comment.