The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Styling SVG within a Class in anything but firefox
So If I open this pen
http://codepen.io/mark/pen/zqdBzo
in any other page but firefox the Second one is Blue.
Firefox the code below works a dream.
<style> .loveIsLime #Love { fill : Lime; } </style>
On can I use.com it it say Fill isn’t supported on Firefox and needs prefixing to chrome ect.
http://caniuse.com
Tom
Figured it out.
http://codepen.io/mark/pen/QNMEPj