a few tweaks to password input. fixes #703
This commit is contained in:
parent
f7dc86ab2b
commit
48b21de011
3 changed files with 46 additions and 44 deletions
|
@ -147,6 +147,7 @@ button {
|
|||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -698,7 +699,7 @@ tbody {
|
|||
}
|
||||
|
||||
.selectPassword :hover .passwordOriginal {
|
||||
display: block;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.selectPassword :hover .passwordStar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue