Is it possible to add a border-radius to TinyMCE’d textareas? It’s kinda killing me that I have rounded corners on my input fields etc, but I can’t get it working on my textarea.. Probably because TinyMCE is turning it into an IFRAME? Is there any way around this? Thanks a lot!
Is it possible to add a border-radius to TinyMCE’d textareas? It’s kinda killing me
Share
One solution is to use the editor_css setting.
This css gets applied after the default tinymce css is loaded thus overwrite the default one.
I created a file called editor.css containing the following
and set the tinymce parameter using editor_css
This creates a nice thin black line around the editor.