diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/jquery/css/jquery.ocdialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index 89653ae181a..1bb59512e56 100644 --- a/core/src/jquery/css/jquery.ocdialog.scss +++ b/core/src/jquery/css/jquery.ocdialog.scss @@ -62,7 +62,7 @@ } .oc-dialog-dim { - background-color: #000; + background-color: var(--color-main-text); opacity: .2; z-index: 9999; position: fixed; |