3
I have this image:
1)
2)
which is being used with icon for a <input>
:
' <input type="button" class=" button_add" />'
With CSS I added it to a li
:
input.button_add {
float: right;
height: 40px;
padding-left: 36px;
background: url("../img/Arrow_Circle_Right-32.png") no-repeat;
position: relative;
top: 50%;
transform: translateY(-50%);
}
In point 2) you can check that the image has no borders, but in the final result the image appears to me like this:
It is possible to make these edges disappear?
Thank you for your attention
Put your code and not images with the same..
– CesarMiguel
@Cesarmiguel is already altered
– msm.oliveira