css: add style for reveal checkbox of password fields (#74973) #187

Merged
fpeters merged 1 commits from wip/74973-password-checkbox into main 2023-03-02 18:36:22 +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;
}
}