Dreamweaver SVG CSS
I have an svg diagram I have created for a website in javascript. I would like to style the svg with css (which is allowed). I like using the CSS Designer tab so I don't have to go manually to the css file and add it there. However, when I try to do that, I get, for example, "fill is not a valid css property. Enter a valid CSS Property!". It definitely is a css property though because when I add it manually to the css text file it correctly changes the diagram. Is there not another way to add styling to svg without going to the text file?
