Random class names

That one has worked for me for all versions since the interface changed. However I can see what you mean in that this may actually be a random-type class so I have just devised one using "standard" elements which seems to do the job.

 div.editor-toolbar div button {
	/* removes the WYSIWYG button */
	 display: none !important;
}

Edit: Also changed it on the wiki page

1 Like