diff --git a/client/components/wodo/editor.styl b/client/components/wodo/editor.styl index c8b4e43..be79528 100644 --- a/client/components/wodo/editor.styl +++ b/client/components/wodo/editor.styl @@ -1,27 +1,36 @@ // // Wodo/Bootstrap overrides // // Hide member list view -.wodo .webodfeditor-editor +.webodfeditor-editor width 100% !important height 100% !important border none !important -.wodo .webodfeditor-members +.webodfeditor-members display none -.wodo .dijitToolbar +.dijitToolbar background-image none !important background-color #f8f8f8 !important border-top: 1px solid lightgray; // Resolve bootstrap conflicts and hide cursors' avatar handles -.wodo .webodf-caretOverlay +.webodf-caretOverlay .caret border-right none border-top none margin none height inherit !important .handle display none !important + +.webodf-selectionOverlay + stroke initial !important + +.editInfoMarker + width 3px !important + border-radius 0 !important + box-shadow none !important + outline 1px solid black