- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
14 lines
362 B
CSS
14 lines
362 B
CSS
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* DataTables sorting
|
|
*/
|
|
.sorting_asc {
|
|
background: url('../../gfx/sort_asc.gif') no-repeat center right;
|
|
}
|
|
|
|
.sorting_desc {
|
|
background: url('../../gfx/sort_desc.gif') no-repeat center right;
|
|
}
|
|
|
|
.sorting {
|
|
background: url('../../gfx/sort_both.gif') no-repeat center right;
|
|
} |