Browse Source

fix text on default background image button

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/40804/head
Simon L 2 years ago
committed by nextcloud-command
parent
commit
8799c6863d
  1. 2
      apps/theming/src/components/BackgroundSettings.vue
  2. 4
      dist/614-614.js
  3. 2
      dist/614-614.js.map
  4. 4
      dist/core-unsupported-browser.js
  5. 2
      dist/core-unsupported-browser.js.map
  6. 4
      dist/theming-personal-theming.js
  7. 2
      dist/theming-personal-theming.js.map

2
apps/theming/src/components/BackgroundSettings.vue

@ -346,7 +346,7 @@ export default {
&__default {
background-color: var(--color-primary-default);
background-image: var(--image-background-plain, var(--image-background-default));
background-image: linear-gradient(to bottom, rgba(23, 23, 23, 0.5), rgba(23, 23, 23, 0.5)), var(--image-background-plain, var(--image-background-default));
}
&__filepicker, &__default, &__color {

4
dist/614-614.js
File diff suppressed because it is too large
View File

2
dist/614-614.js.map
File diff suppressed because it is too large
View File

4
dist/core-unsupported-browser.js
File diff suppressed because it is too large
View File

2
dist/core-unsupported-browser.js.map
File diff suppressed because it is too large
View File

4
dist/theming-personal-theming.js
File diff suppressed because it is too large
View File

2
dist/theming-personal-theming.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save