X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Finline-editor.css;h=5d02aa66eb34464118e6a1b2ccb10e2e70dd697f;hb=5f0c20d0c4e6eb4fb63ad64ac5dd3323de1b6c0c;hp=147b39d8e80018f24662772d7175c029e4325eb0;hpb=8beb4e506d0665e734f52f91bd34236bbd4d3d1a;p=roojs1 diff --git a/css/inline-editor.css b/css/inline-editor.css index 147b39d8e8..5d02aa66eb 100644 --- a/css/inline-editor.css +++ b/css/inline-editor.css @@ -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 -224px; } +.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; } @@ -112,4 +112,19 @@ .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; +} + +