initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
14
root/opt/phpsysinfo/templates/plugin/jquery.dataTables.css
Normal file
14
root/opt/phpsysinfo/templates/plugin/jquery.dataTables.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* DataTables sorting
|
||||
*/
|
||||
.sorting_asc {
|
||||
background: url('../../gfx/sort_asc.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting_desc {
|
||||
background: url('../../gfx/sort_desc.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting {
|
||||
background: url('../../gfx/sort_both.png') no-repeat center right;
|
||||
}
|
Reference in New Issue
Block a user