passwordbox.css 194 B

123456
  1. .passwordbox-open {
  2. background: url('images/passwordbox_open.png') no-repeat center center;
  3. }
  4. .passwordbox-close {
  5. background: url('images/passwordbox_close.png') no-repeat center center;
  6. }