includes/clientside/tinymce/plugins/noneditable/css/noneditable.css
author Dan Fuhry <dan@enanocms.org>
Mon, 28 Jun 2010 11:00:51 -0400
changeset 336 4fb4b6647e96
parent 1 fe660c52c48f
permissions -rw-r--r--
SECURITY: Multiple XSS in Special:ChangeStyle. Reported by Mesut Timur of Mavituna Security - thanks!

/* This is the CSS file for the noneditable elements plugin */

.mceEditable {
	/*border: 1px dotted #0000cc;*/
}

.mceNonEditable {
	/*border: 1px dotted #cc0000;*/
}