diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 4fe6b82fedd2d..3e14bcb811261 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -40,10 +40,10 @@ --editorFreeText-editing-cursor: text; --editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16, pointer; --editorHighlight-editing-cursor: url(images/cursor-editorTextHighlight.svg) - 23 23, + 24 24, text; - --editorFreeHighlight-editing-cursor: url(images/toolbarButton-editorHighlight.svg) - 0 16, + --editorFreeHighlight-editing-cursor: url(images/cursor-editorFreeHighlight.svg) + 1 18, pointer; } diff --git a/web/images/cursor-editorFreeHighlight.svg b/web/images/cursor-editorFreeHighlight.svg new file mode 100755 index 0000000000000..513f6bdfdaa92 --- /dev/null +++ b/web/images/cursor-editorFreeHighlight.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/web/images/cursor-editorTextHighlight.svg b/web/images/cursor-editorTextHighlight.svg index f8e5858551443..800340cb5b18a 100755 --- a/web/images/cursor-editorTextHighlight.svg +++ b/web/images/cursor-editorTextHighlight.svg @@ -1,4 +1,8 @@ - - - + + + + + + +