style boxes when selecting item move target
This commit is contained in:
@@ -114,7 +114,13 @@ li.box {
|
||||
list-style: none;
|
||||
|
||||
}
|
||||
|
||||
li.box.target {
|
||||
border-color: green;
|
||||
}
|
||||
li.box.target:hover {
|
||||
cursor: pointer;
|
||||
border-width: 2px;
|
||||
}
|
||||
.item-menu-more-container {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user