Fix issues with middle click in context menus

This commit is contained in:
yflory
2017-03-21 12:45:39 +01:00
parent 5f4990cc80
commit 8ce8401107
3 changed files with 25 additions and 19 deletions

View File

@@ -72,6 +72,9 @@ li {
padding: 0;
font-size: 16px;
}
.contextMenu li a {
cursor: pointer;
}
.droppable {
background-color: #FE9A2E;
color: #222;