From: Joas Schilling Date: Mon, 15 Jun 2020 14:54:31 +0000 (+0200) Subject: Add darkmode support for the modal background X-Git-Tag: v20.0.0beta1~407^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b5140309e570524f75a1d53b393d85dbbeacb70e;p=nextcloud-server.git Add darkmode support for the modal background Signed-off-by: Joas Schilling --- 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;