Skip to content

Commit

Permalink
Add styles for the password-group form element.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiv committed Jan 26, 2021
1 parent 1a82e49 commit 08bb5cc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Beocreate2/beo-views/default/beostyle2018.css
Original file line number Diff line number Diff line change
Expand Up @@ -3547,15 +3547,29 @@ form {
}

#text-input-plain,
#text-input-password {
#password-group {
display: none;
}

.password #text-input-password,
.password #password-group,
.text #text-input-plain {
display: block;
}

#password-group {
position: relative;
}

#password-group .button {
position: absolute;
top: 10px;
right: 10px;
}

#text-input-password {
padding-right: 41px;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus {
Expand Down

0 comments on commit 08bb5cc

Please sign in to comment.