diff --git a/modules/editor/styles/default/editor.css b/modules/editor/styles/default/editor.css index da2b05acb..796dc3383 100644 --- a/modules/editor/styles/default/editor.css +++ b/modules/editor/styles/default/editor.css @@ -21,3 +21,5 @@ html, body { height:100%; background-color:transparent; padding:0; margin:0;} .xe_content blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;} .xe_content p { margin:0; padding:0; } + +.xe_content table .xe_selected_cell{ background-color: #d6e9ff}