Roo/UndoManager.js
[roojs1] / css / undoreset.css
index 0139afe..3d933c8 100644 (file)
@@ -43,3 +43,12 @@ menu, .undoreset nav, .undoreset output, .undoreset ruby, .undoreset section, .u
 /* Pre */
 .undoreset pre, .undoreset code { display: block; font-family: Courier New; white-space: pre; margin: 1em 0; }
 
+
+/** sneaked in here - as this file is used by editor */
+.roo-htmleditor-body [contenteditable=true]:focus-visible {
+    background-color: #fafafa;
+    padding: 0 5px;;
+}
+.roo-htmleditor-body [contenteditable=true]:hover {
+    border: 1px solid #ccc;
+}
\ No newline at end of file