How can I change the color of the tinymce scrollbar?

I changed my css to / tinymce / jscripts / tiny_mce / themes / advanced / skins / default / content.css

scrollbar-base-color: # 32332E; scrollbar-arrow-color: # 32332E; scrollbar-3dlight-color: # 3F423B; scrollbar-darkshadow-color: # 92968A; scrollbar-face-color: # 0A0909; scrollbar-highlight-color: # 1C1B1A; scrollbar-shadow-color: # 2B2A23; scrollbar-track-color: # 323038;

But it didn't make any sense. I changed it to one color. But it shows the default color.

There is no information on google on how to change the scroll color of tinymce. Please help me .. thnaks in advance

+2


a source to share


1 answer


The only cross-browser compliant way that is standards compliant is to recreate it entirely with JavaScript. An example .



+1


a source







All Articles