Bladeren bron

Merge pull request #38670 from nextcloud/Jerome-Herbinet-ui-colour-concept

Wordings : Enhancement of background and UI color change thanks to better title and description
pull/45096/head
John Molakvoæ 2 weken geleden
bovenliggende
commit
6ead79e56d
No account linked to committer's email address
3 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 2
    2
      apps/theming/src/UserThemes.vue
  2. 2
    2
      dist/theming-personal-theming.js
  3. 1
    1
      dist/theming-personal-theming.js.map

+ 2
- 2
apps/theming/src/UserThemes.vue Bestand weergeven

@@ -53,14 +53,14 @@
</div>
</NcSettingsSection>

<NcSettingsSection :name="t('theming', 'Background')"
<NcSettingsSection :name="t('theming', 'Background and color')"
class="background"
data-user-theming-background-disabled>
<template v-if="isUserThemingDisabled">
<p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p>
</template>
<template v-else>
<p>{{ t('theming', 'Set a custom background') }}</p>
<p>{{ t('theming', 'The background can be set to an image from the default set, a custom uploaded image, or a plain color. The primary color will automatically be adapted based on this and used for elements like folder icons, primary buttons and highlights.') }}</p>
<BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
</template>
</NcSettingsSection>

+ 2
- 2
dist/theming-personal-theming.js
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 1
- 1
dist/theming-personal-theming.js.map
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


Laden…
Annuleren
Opslaan