]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add darkmode support for the modal background
authorJoas Schilling <coding@schilljs.com>
Mon, 15 Jun 2020 14:54:31 +0000 (16:54 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 15 Jun 2020 14:56:20 +0000 (16:56 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/src/jquery/css/jquery.ocdialog.scss

index 89653ae181a04ac9764b284c464924d233a755f5..1bb59512e5635794a6a4ffcaf3e9d3c682a93312 100644 (file)
@@ -62,7 +62,7 @@
 }
 
 .oc-dialog-dim {
-       background-color: #000;
+       background-color: var(--color-main-text);
        opacity: .2;
        z-index: 9999;
        position: fixed;