Hi,
Is there a way to set the outer ring color with css?
Thanks,
Alex
Hello Alex,
if I understand you right, you mean the outer ring color of igRadialMenu?
If yes, you can use outerRingFill property to set the desired color and you can check the other properties here:
https://www.igniteui.com/help/api/2014.2/ui.igradialmenu
Please find attached a sample of igRadialMenu with changed color and let me know if this is the issue.
Thanks for your response.
I'm aware of the properties, however I'd like to have more control with css.
I'm using sass to theme my app abd I want to be able to control the look of the radial menu with that approach.