mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01: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:
@@ -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
Reference in New Issue
Block a user