Roo/UndoManager.js
[roojs1] / css / inline-editor.css
index 98e1e09..5d02aa6 100644 (file)
 .roo-htmleditor-body dl {
        /*bringing lists on to the page with breathing room */
        margin-left:2em;
-}     
\ No newline at end of file
+}
+
+
+.roo-htmleditor-body::selection,
+.roo-htmleditor-body *::selection 
+{
+       background: #d9e8fb; 
+}
+
+.roo-htmleditor-body table.roo-ed-selection,
+.roo-htmleditor-body td.roo-ed-selection
+{
+       background-color: #d9e8fb;
+}
+
+