]> source.dussan.org Git - nextcloud-server.git/commitdiff
Darker background for dark mode
authorJoas Schilling <coding@schilljs.com>
Tue, 16 Jun 2020 10:21:10 +0000 (12:21 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 23 Jun 2020 12:22:57 +0000 (14:22 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/src/jquery/css/jquery.ocdialog.scss

index 89653ae181a04ac9764b284c464924d233a755f5..51efe3a00f8a1b3515d0f164f60cb8a9d7330224 100644 (file)
        height: 100%;
 }
 
+body.dark .oc-dialog-dim {
+       opacity: .8;
+}
+
 .oc-dialog-content {
        width: 100%;
        max-width: 550px;