I have this solution that works on chrome as well as on firefox. Why not try FontAwesome instead of making the trash can icon as an image. You can see my JS Fiddle for a demo. Hope this helps. Happy coding.
CSS
button{ width: 100px; height: 100px; color: #000; } button:hover{ color: red; }
You can also put your custom CSS hover on button:hover
source share