diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-15 16:54:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-15 16:56:20 +0200 |
commit | b5140309e570524f75a1d53b393d85dbbeacb70e (patch) | |
tree | 84d0eb219d28fc6fa4413327789ec2c69b53ad0a /core | |
parent | be0ecbc8c7f855cb0c9822233e38a9b459b80b58 (diff) | |
download | nextcloud-server-b5140309e570524f75a1d53b393d85dbbeacb70e.tar.gz nextcloud-server-b5140309e570524f75a1d53b393d85dbbeacb70e.zip |
Add darkmode support for the modal background
Signed-off-by: Joas Schilling <coding@schilljs.com>
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; |