mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(theming): better background and UI color change description
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
8694675a26
commit
fc371b2a4b
3 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
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