Inventory refactor: fixed drag-n-drop so that a group cannot be dropped onto itself or dropped into a group where it already exists.

This commit is contained in:
chris Houseknecht
2014-01-15 14:19:46 -05:00
parent 9bf941e8d4
commit c62718493c
4 changed files with 26 additions and 10 deletions

View File

@@ -376,12 +376,12 @@ dd {
.help-link,
.help-link:active,
.help-link:visited {
color: #49afcd;
color: @grey;
text-decoration: none;
}
.help-link:hover {
color: @blue;
color: @black;
text-decoration: none;
}