diff options
author | Joas Schilling <coding@schilljs.com> | 2020-08-21 11:42:50 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-08-21 11:42:50 +0200 |
commit | ace8ff87b81bef1f845c9b9f74755ce484b4fd98 (patch) | |
tree | db8ccaf552693a2abc920811dfbd482c5c9d028d /core/src | |
parent | 7c30b612bd704b5dfebc7af4280915035d8447a8 (diff) | |
download | nextcloud-server-ace8ff87b81bef1f845c9b9f74755ce484b4fd98.tar.gz nextcloud-server-ace8ff87b81bef1f845c9b9f74755ce484b4fd98.zip |
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.scss | 2 |
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; } |