I have this webkit gradient and need it to work on Moz Firefox.
Does anyone know of a tool of how to convert it?
Here is the webkit gradient:
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #717172),
color-stop(0.5, #3a3a3a),
color-stop(0.51, #0d0d0f),
color-stop(1, #0f0f10)
);
Here’s the best tool for this:
http://www.colorzilla.com/gradient-editor/