Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-16 13:21:10 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-23 15:22:57 +0300
commit74d61a66052f2eae969fd8ced258eb94fe4dd739 (patch)
treeba0ad31f1074c995d3644596b54e178db1178e14 /core/src
parent62f99f92484fb10262d755eb6c0102f919b9ae24 (diff)
Darker background for dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/jquery/css/jquery.ocdialog.scss4
1 files changed, 4 insertions, 0 deletions
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;