You are here

password_eye.css in Password Eye 8

Same filename and directory in other branches
  1. 2.0.x css/password_eye.css
.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;
}

.shwpd{
  float: right;
  margin-left: -35px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

File

css/password_eye.css
View source
  1. .eye-open {
  2. background: url("images/eye-open.svg") no-repeat;
  3. display: block;
  4. height: 16px;
  5. width: 24px;
  6. margin-top: 2px;
  7. background-size: 20px;
  8. }
  9. .eye-close {
  10. background: url("images/eye-close.svg") no-repeat;
  11. display: block;
  12. height: 16px;
  13. width: 24px;
  14. margin-top: 2px;
  15. background-size: 20px;
  16. }
  17. .shwpd{
  18. float: right;
  19. margin-left: -35px;
  20. margin-top: 25px;
  21. position: relative;
  22. z-index: 2;
  23. }