Title says it all. I found that you have to edit some TinyMCEEditor css-file but how and where to do that in a Vaadin 7 project? With all its theme and style css-structures.
How to change default font size in TinyMCETextField when using TinyMCEEditor Wrapper in Vaadin 7 project?
Asked Answered
Try this code....
<div role="treeitem" hidefocus="true" style="font-size: 0pt; position: absolute; outline: 0px none; z-index: -1;" tabindex="0">
<input style="opacity: 0; height: 1px; width: 1px; z-index: -1; overflow: hidden; position: absolute;" tabindex="-1" type="text" />
See my friend, you want to change the default font size right,,,, then just see in my code <div> is having style= font-size: 0pt , so you can can change it..ok –
Milewski
That's helpful. And do you know where to place that css in a Vaadin 7 project? –
Dross
© 2022 - 2024 — McMap. All rights reserved.