Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change default font size in TinyMCETextField when using TinyMCEEditor Wrapper in Vaadin 7 project?

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.

like image 370
Steve Waters Avatar asked Jun 08 '15 11:06

Steve Waters


1 Answers

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" />
like image 96
Jaffer Wilson Avatar answered Nov 15 '22 01:11

Jaffer Wilson