mirror of
https://github.com/nextcloud/server.git
synced 2026-02-09 22:05:33 -05: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
9ab7a19b09
commit
b603a3eac7
5 changed files with 7 additions and 7 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 {
|
||||
|
|
|
|||
4
dist/theming-admin-theming.js
vendored
4
dist/theming-admin-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-admin-theming.js.map
vendored
2
dist/theming-admin-theming.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue