* improve UI for sortable table.

This commit is contained in:
Catouse
2018-05-16 15:31:13 +08:00
parent 984117329e
commit db8155f6ae
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ tbody.sortable-sorting > tr {transition: all .2s; position: relative; z-index: 5
tbody.sortable-sorting {cursor: move;}
tbody.sortable-sorting > tr.drag-row {opacity: 1; z-index: 10; box-shadow: 0 2px 4px red}
tbody.sortable-sorting > tr.drag-row + tr > td {box-shadow: inset 0 4px 2px rgba(0,0,0,.2)}
tbody.sortable-sorting > tr.drag-row > td {background-color: #edf3fe!important}
tbody.sortable-sorting > tr.drag-row > td {background-color: #E9F2FB!important}
tbody.sortable > tr.drop-success > td {background-color: #cfe0ff; transition: background-color 2s;}
</style>
<script>