Skip to content

Commit

Permalink
Always use the main background for the default theme
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed Jul 7, 2022
1 parent 7e438f1 commit a4314b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,7 @@ export default {
&.theme--default {
&.modal-mask {
body.theme--light & {
background-color: rgba(255, 255, 255, .92) !important;
}
background-color: var(--color-main-background) !important;
}
::v-deep .modal-title,
::v-deep .modal-header .icons-menu {
Expand Down

0 comments on commit a4314b9

Please sign in to comment.