Inventory refactor: group drag-n-drop now fully working.

This commit is contained in:
chris Houseknecht
2014-01-15 12:34:40 -05:00
parent 2ccecd16a7
commit 9bf941e8d4
4 changed files with 23 additions and 17 deletions

View File

@@ -1063,17 +1063,14 @@ input[type="checkbox"].checkbox-no-label {
}
.draggable-clone {
/* padding: 4px;
border-radius: 6px;
background: transparent;
border: 1px solid @grey; */
opacity: .60;
font-weight: bold;
}
.droppable-hover {
background-color: @info;
color: @info-color;
padding: 4px;
padding: 5px;
border: 1px solid @info-border;
border-radius: 4px;
}