Server IP : 15.235.198.142 / Your IP : 216.73.216.214 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/javascript/jquery-tablesorter/css/ |
Upload File : |
/* Grouping widget css */ tr.group-header td { background: #eee; } .group-name { text-transform: uppercase; font-weight: bold; } .group-count { color: #999; } .group-hidden { display: none !important; } .group-header, .group-header td { user-select: none; -moz-user-select: none; } /* collapsed arrow */ tr.group-header td i { display: inline-block; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid #888; border-right: 4px solid #888; border-left: 4px solid transparent; margin-right: 7px; user-select: none; -moz-user-select: none; } tr.group-header.collapsed td i { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #888; border-right: 0; margin-right: 10px; }