diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-16 12:21:10 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-23 14:12:01 +0200 |
commit | dc62eb086d42d578a85fd4bc912d7514f878325b (patch) | |
tree | 59d0d545466f72288557df0aba5ff96974632c0d /core/src | |
parent | cf700c7ab40c658598e94d63d6e0ad53fdb9bfef (diff) | |
download | nextcloud-server-dc62eb086d42d578a85fd4bc912d7514f878325b.tar.gz nextcloud-server-dc62eb086d42d578a85fd4bc912d7514f878325b.zip |
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.scss | 4 |
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; |