Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-09-19 15:51:25 +0300
committerGitHub <noreply@github.com>2022-09-19 15:51:25 +0300
commit671ad7e4d6748bce29e8f13fb3f6d0e240d3511d (patch)
tree759aa9ad5cf81c0768c4a43aa9b59b6b1afeafbb /apps
parenta733a77f7bce2db0b4d4c529c843781f7379c4a8 (diff)
parentcb9f4e353f15b0c1aac8704aa89b2714007e0c11 (diff)
Merge pull request #34118 from nextcloud/fix/locale-styling
Fix styling of locale dropdown
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue b/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue
index 2e3ad64e769..025938c4149 100644
--- a/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue
+++ b/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue
@@ -181,16 +181,6 @@ export default {
select {
width: 100%;
- height: 34px;
- margin: 3px 3px 3px 0;
- padding: 6px 16px;
- color: var(--color-main-text);
- border: 1px solid var(--color-border-dark);
- border-radius: var(--border-radius);
- background: var(--icon-triangle-s-dark) no-repeat right 4px center;
- font-family: var(--font-face);
- appearance: none;
- cursor: pointer;
}
}