-1

Is there an easy fix for this? The faint lastpass icon is displayed underneath my own icon which looks pretty bad.

enter image description here

Ollie Williams
  • 1,996
  • 3
  • 25
  • 41

1 Answers1

0

You can use this selector to move your own icon to the left.

input[style*='background-image: url("data:image/png'].icon {
  left: 40px;
}

It's little bit hacky but it gets the job done.

Arno Tenkink
  • 1,480
  • 2
  • 9
  • 16