Compare commits

...

1 Commits

Author SHA1 Message Date
Frédéric Péters 23e2771044 css: add style for reveal checkbox of password fields (#74973)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2023-03-01 13:47:37 +01:00
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;
}
}