PHP Classes

File: htdocs/modules/system/themes/transition/LESS/tablesorter.less

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/transition/LESS/tablesorter.less   Download  
File: htdocs/modules/system/themes/transition/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: copyright update
Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 682 bytes
 

Contents

Class file image Download
/* * Default Admin Theme * * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org) * @license http://www.fsf.org/copyleft/gpl.html GNU public license 3.0 * @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; }