I have the following:
Item 2
In webkit I can easily style this with css. Firefox is ignorin
You can match the div with this code
div[contenteditable=true] { background: rgba(0,0,0,0); /* transparent bg */ resize:none; /* disable resizing */ }