aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-15 11:43:35 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-08-26 19:49:00 +0200
commit1d35a53991f356976d78b8053651737821502687 (patch)
tree3280d332cfbc06994d3e164245c374595fa55b14 /core/src
parent2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3 (diff)
downloadnextcloud-server-1d35a53991f356976d78b8053651737821502687.tar.gz
nextcloud-server-1d35a53991f356976d78b8053651737821502687.zip
More dark theme fixes
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/login/LoginForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index e05fa4c17ea..88a465d1aa5 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -248,7 +248,7 @@ export default {
<style lang="scss" scoped>
.toggle-password {
position: absolute;
- top: 6px;
+ top: 2px;
right: 10px;
color: var(--color-text-lighter);
}