Added context menu.

This commit is contained in:
Oleg Sh
2022-03-08 14:20:19 +02:00
parent 5ae3760ba8
commit 02ee85a6e7
16 changed files with 353 additions and 89 deletions

View File

@@ -399,4 +399,10 @@
text-align: left;
border: none;
border-radius: 0px
}
#contextMenu {
position: absolute;
display: none;
border: 2px solid #CCCCCC;
}