Initial commit
This commit is contained in:
19
assets/sort.css
Normal file
19
assets/sort.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user