Add an icon for dubleclick action used in widgetEditable

This commit is contained in:
Hadi Nategh 2019-01-17 15:17:18 +01:00
parent da4929546a
commit 022932d074
2 changed files with 4 additions and 0 deletions

View File

@ -3084,3 +3084,7 @@ tr.disableIfNoEPL {
pointer-events: none;
}
.inactive_blur > * {opacity: 0.4; filter:blur(2px); pointer-events: none;}
.et2_editable {
cursor: url(images/cursor_editable.png), pointer;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB