mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Darker background for dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2d96e89386
commit
eca3c9f6b1
3 changed files with 7 additions and 3 deletions
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
.oc-dialog-dim {
|
||||
background-color: var(--color-main-text);
|
||||
background-color: #000;
|
||||
opacity: .2;
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
|
|
@ -72,6 +72,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
body.dark .oc-dialog-dim {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.oc-dialog-content {
|
||||
width: 100%;
|
||||
max-width: 550px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue