Fix bootstrap conflict with context menus

This commit is contained in:
yflory
2017-01-23 10:52:37 +01:00
parent d1bed5ae4b
commit 39ca2e6dd6
2 changed files with 20 additions and 16 deletions

View File

@@ -52,6 +52,10 @@ li {
display: none;
position: absolute;
}
.contextMenu li {
padding: 0;
font-size: 16px;
}
.droppable {
background-color: #FE9A2E;