mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix(theming): do not show the image default background on user theming if disabled
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
76dbb06433
commit
1c3832477f
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ export default {
|
|||
|
||||
&__default {
|
||||
background-color: var(--color-primary-default);
|
||||
background-image: var(--image-background-default);
|
||||
background-image: var(--image-background-plain, var(--image-background-default));
|
||||
}
|
||||
|
||||
&__filepicker, &__default, &__color {
|
||||
|
|
|
|||
Loading…
Reference in a new issue