summaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-02-18 22:27:43 +0100
committerJulius Härtl <jus@bitgrid.net>2020-02-18 22:27:43 +0100
commit0ed43de561afaecb5e9fc1655c05dbac1da490bd (patch)
treead99c95043cba3bbc454fedd8f934242af7ff451 /apps/settings/src
parentfd2cfce4178a63dd319075b912345706a8a32970 (diff)
downloadnextcloud-server-0ed43de561afaecb5e9fc1655c05dbac1da490bd.tar.gz
nextcloud-server-0ed43de561afaecb5e9fc1655c05dbac1da490bd.zip
Do not overlay single select boxes over userActions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/UserList/UserRow.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/src/components/UserList/UserRow.vue b/apps/settings/src/components/UserList/UserRow.vue
index f2f44d2e7c1..c0ff129e137 100644
--- a/apps/settings/src/components/UserList/UserRow.vue
+++ b/apps/settings/src/components/UserList/UserRow.vue
@@ -687,4 +687,7 @@ export default {
.row--menu-opened {
z-index: 1 !important;
}
+ .row::v-deep .multiselect__single {
+ z-index: auto !important;
+ }
</style>
; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "Generate backup codes" : "Yedek kodları oluştur",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Yedek kodları oluşturuldu. {{used}} / {{total}} kod kullanılıyor.",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Yedek kodlarınızı burada görebilirsiniz. Kodları daha sonra göremeyeceğiniz için bu kodları kaydedin ya da yazdırın",
    "Save backup codes" : "Yedek kodları kaydet",
    "Print backup codes" : "Yedek kodları yazdır",
    "Regenerate backup codes" : "Yedek kodlarını yeniden oluştur",
    "If you regenerate backup codes, you automatically invalidate old codes." : "Yedek kodlarını yeniden oluşturursanız, eski kodlar geçersiz olur.",
    "An error occurred while generating your backup codes" : "Yedek kodlar oluşturulurken bir sorun çıktı",
    "Nextcloud backup codes" : "Nextcloud yedek kodları",
    "You created two-factor backup codes for your account" : "İki aşamalı kimlik doğrulama için yedek kodlarınızı oluşturdunuz",
    "Backup code" : "Yedek kod",
    "Use backup code" : "Yedek kodu kullan",
    "Two factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları",
    "Second-factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları"
},
"nplurals=2; plural=(n > 1);");