password.css in View Password 8.5
Same filename and directory in other branches
.eye-open {
background: url("images/eye-open.svg") no-repeat;
display: block;
height: 16px;
width: 24px;
margin-top: 2px;
background-size: 20px;
}
.eye-close {
background: url("images/eye-close.svg") no-repeat;
display: block;
height: 16px;
width: 24px;
margin-top: 2px;
background-size: 20px;
}
span.shwpd {
display: inline-block;
margin-left: -2em;
background-position: center;
vertical-align: middle;
margin-top: 0;
}
#edit-pass {
display: inline-block;
}
File
css/password.cssView source
- .eye-open {
- background: url("images/eye-open.svg") no-repeat;
- display: block;
- height: 16px;
- width: 24px;
- margin-top: 2px;
- background-size: 20px;
- }
-
- .eye-close {
- background: url("images/eye-close.svg") no-repeat;
- display: block;
- height: 16px;
- width: 24px;
- margin-top: 2px;
- background-size: 20px;
- }
-
- span.shwpd {
- display: inline-block;
- margin-left: -2em;
- background-position: center;
- vertical-align: middle;
- margin-top: 0;
- }
-
- #edit-pass {
- display: inline-block;
- }