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.
Asked
Active
Viewed 194 times
1 Answers
1
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" />

Jaffer Wilson
- 7,029
- 10
- 62
- 139
-
1See my friend, you want to change the default font size right,,,, then just see in my codeis having style= font-size: 0pt , so you can can change it..ok– Jaffer Wilson Jun 18 '15 at 09:18
-
That's helpful. And do you know where to place that css in a Vaadin 7 project? – Steve Waters Jun 18 '15 at 11:52