mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix dark-theme selector
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7c30b612bd
commit
ace8ff87b8
3 changed files with 3 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
|
|
@ -72,7 +72,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
body.dark .oc-dialog-dim {
|
||||
body.theme--dark .oc-dialog-dim {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue