css: add style for reveal checkbox of password fields (#74973)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-19 17:29:57 +01:00
parent 2dabed57f0
commit 23e2771044
1 changed files with 20 additions and 0 deletions

View File

@ -755,3 +755,23 @@ div.select2-search {
}
}
}
.gadjo-password-field {
position: relative;
.title label {
padding-right: 6em;
}
}
.password-visibility-checkbox {
display: flex;
position: absolute;
top: 0;
right: 0;
input + label {
margin: 0;
}
input {
margin: 0 0.25em 0 0;
}
}