Fix dark-theme selector
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7c30b612bd
commit
ace8ff87b8
File diff suppressed because one or more lines are too long
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 New Issue