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-08-21 12:42:50 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-21 12:42:50 +0300
commitace8ff87b81bef1f845c9b9f74755ce484b4fd98 (patch)
treedb8ccaf552693a2abc920811dfbd482c5c9d028d /core/src
parent7c30b612bd704b5dfebc7af4280915035d8447a8 (diff)
Fix dark-theme selector
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/jquery/css/jquery.ocdialog.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss
index 51efe3a00f8..07a4f90ed07 100644
--- a/core/src/jquery/css/jquery.ocdialog.scss
+++ b/core/src/jquery/css/jquery.ocdialog.scss
@@ -72,7 +72,7 @@
height: 100%;
}
-body.dark .oc-dialog-dim {
+body.theme--dark .oc-dialog-dim {
opacity: .8;
}