fix #7281 - fix column resizing for merged cells
[roojs1] / css / inline-editor.css
index 09f06b6..5d02aa6 100644 (file)
@@ -61,7 +61,7 @@
 .x-html-editor-tb .x-edit-bold .x-btn-text              { background-position: 0 0px; }
 .x-html-editor-tb .x-edit-italic .x-btn-text            { background-position: 0 -16px; } 
 .x-html-editor-tb .x-edit-underline .x-btn-text         { background-position: 0 -32px; } 
-.x-html-editor-tb .x-edit-strikethrough .x-btn-text     { background-position: 0 -214px; }
+.x-html-editor-tb .x-edit-strikethrough .x-btn-text     { background-position: 0 -223px; }
 .x-html-editor-tb .x-edit-increasefontsize .x-btn-text  { background-position: 0 -48px; } 
 .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text  { background-position: 0 -64px; } 
 .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text { background-position: 0 -80px; } 
 .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;
+}
+
+