When editing something like:
.P11s
{
background-color: rgba(60,179,113,.25);
}
the colour picker will correctly display the editing values , however, it will not correctly write out the values. In the picker is will show R: 60, G: 179, B: 113, A: 63 and will write out #3cb371
Hi Matt,
Thank you for pointing out to this issue and providing the sample code. I have reproduced inserting a wrong color by the CodeRush Color Picker in a CSS file. We are working to correct it and will inform you of our progress.