Add border to the dragged item

This commit is contained in:
Davide Bellini
2015-10-05 14:52:50 +02:00
parent 021a842520
commit 54d3419d5e
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
.sortable-chosen {
border: 1px solid $cachet-gray-light !important;
background-color: $cachet-base-medium;
}