good morning!
Is possible to change this icon color (attached image)? Different from others, it's a image. There is a native way on survey to change the color or icon, or i need to overwrite it?
good morning!
Is possible to change this icon color (attached image)? Different from others, it's a image. There is a native way on survey to change the color or icon, or i need to overwrite it?
Hello,
The problem fixed via the https://github.com/surveyjs/survey-creator/issues/5725 the fix will be available in the next minor release.
CSS:root {
--ctr-survey-question-panel-toolbar-item-icon-color: tomato;
}
Thank you,
Dmitry
SurveyJS Team
Hello,
It appears that this drop-down action uses a
background-image
attribute to render a chevron icon. I'm afraid changing its color directly through CSS is not possible sincebackground-image
applies the image as-is.I will reach out to our developers for further information on this task.
https://github.com/surveyjs/survey-creator/issues/5725
Please stay tuned.
Thank you
Ok!
Thanks Jane!