replace remove icon with trash btn. and fix bg color

This commit is contained in:
Raphael 2022-01-11 15:16:29 +01:00
parent 04f4d50e07
commit 258c89b763

View File

@ -937,8 +937,8 @@ const whiteboard = {
fontsize + fontsize +
"em; color:" + "em; color:" +
textcolor + textcolor +
'; min-width:50px; min-height:50px"></div>' + '; min-width:50px; min-height:100%;"></div>' +
'<div title="remove textbox" class="removeIcon" style="position:absolute; cursor:pointer; top:-4px; right:2px;">x</div>' + '<div title="remove textbox" class="removeIcon" style="position:absolute; cursor:pointer; top:-3px; right:2px;"><b>🗑</b></div>' +
'<div title="move textbox" class="moveIcon" style="position:absolute; cursor:move; top:1px; left:2px; font-size: 0.5em;"><i class="fas fa-expand-arrows-alt"></i></div>' + '<div title="move textbox" class="moveIcon" style="position:absolute; cursor:move; top:1px; left:2px; font-size: 0.5em;"><i class="fas fa-expand-arrows-alt"></i></div>' +
"</div>" "</div>"
); );