PHP Classes

File: htdocs/modules/system/themes/dark/less/tablesorter.less

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/dark/less/tablesorter.less   Download  
File: htdocs/modules/system/themes/dark/less/tablesorter.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 686 bytes
 

Contents

Class file image Download
/* * Dark Admin Theme * * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org) * @license GNU public license 3.0 (https://www.gnu.org/licenses/gpl-3.0.html) * @package themes * @since 2.5.x * @author Xoops Design Theme <https://xoops.org/> * @maintained Xoops Design Theme <https://xoops.org/> * */ table.tablesorter thead tr .header { background: url(../images/unsort.gif) no-repeat center right; } table.tablesorter thead tr .headerSortUp { background: url(../images/asc.gif) no-repeat center right; } table.tablesorter thead tr .headerSortDown { background: url(../images/desc.gif) no-repeat center right; }