style boxes when selecting item move target

This commit is contained in:
np.w
2021-02-19 18:34:47 -06:00
parent 3ee269a033
commit 18ff2ffa91
3 changed files with 26 additions and 5 deletions
+7 -1
View File
@@ -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;
}