padding: 0;
width: 10rem;
margin: 0.5rem 2em 2em 2em;
+ float: left;
}
img {
display: flex;
}
+.title p:hover {
+ cursor: move;
+}
+
.title:hover .add:not(:hover),
li:hover > .remove:not(:hover) {
display: flex;
display: inline-block;
}
-li.sortable-chosen.sortable-ghost > a {
+li.sortable-chosen.sortable-ghost {
background-color: var(--hover-bg-2);
}
+.over {
+ /* border: 2px dashed var(--default-fg);*/
+}
+
+.glyphicon-move {
+ cursor: move;
+ cursor: -webkit-grabbing;
+}
+
.title {
margin-bottom: 0.5rem;
font-weight: bold;