Initial commit

This commit is contained in:
Cooper Dalrymple
2025-11-18 16:56:26 -06:00
parent 563fd88ec0
commit 4b2e3194be
15 changed files with 6683 additions and 3 deletions

19
assets/sort.css Normal file
View File

@@ -0,0 +1,19 @@
/**
* @package ogre-sort
* @author cleverogre
* @version 1.0.0
* @since 1.0.0
*/
.ui-sortable tr:hover {
cursor: move;
}
.ui-sortable tr.alternate {
background-color: #f9f9f9;
}
.ui-sortable tr.ui-sortable-helper {
background-color: #f9f9f9;
border-top: 1px solid #dfdfdf;
}