From 74d61a66052f2eae969fd8ced258eb94fe4dd739 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Jun 2020 12:21:10 +0200 Subject: [PATCH] Darker background for dark mode Signed-off-by: Joas Schilling --- core/src/jquery/css/jquery.ocdialog.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index 89653ae181a..51efe3a00f8 100644 --- a/core/src/jquery/css/jquery.ocdialog.scss +++ b/core/src/jquery/css/jquery.ocdialog.scss @@ -72,6 +72,10 @@ height: 100%; } +body.dark .oc-dialog-dim { + opacity: .8; +} + .oc-dialog-content { width: 100%; max-width: 550px; -- 2.39.5