Merge pull request #22354 from nextcloud/bugfix/noid/fix-dark-theme-selector
Fix dark-theme selector
This commit is contained in:
commit
b91f36dded
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%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark .oc-dialog-dim {
|
body.theme--dark .oc-dialog-dim {
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue