is it possible to color a grayscale background image using css3?
It is for an icon. I want it to be blue.
input[name=email] { background-image: url(/static/images/icons/glyphicons_010_envelope.png); background-size: 16px auto; background-position: 8px 7px; }