| Server IP : 213.132.222.41 / Your IP : 216.73.216.254 Web Server : Apache System : Linux plesk4.nlhosting.net 6.1.0-0.deb11.50-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1~deb11u1 (2026-07-02) x86_64 User : thecovenant ( 10927) PHP Version : 8.3.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/thecovenant.nl/httpdocs/wp-content/plugins/wp-optimize/css/sortable/ |
Upload File : |
@charset "UTF-8";
#wp-optimize-wrap .sortable thead th:not(.no-sort) {
cursor: pointer;
}
#wp-optimize-wrap .sortable thead th:not(.no-sort)::after, .sortable thead th:not(.no-sort)::before {
transition: color 0.1s ease-in-out;
font-size: 1.2em;
color: transparent;
}
#wp-optimize-wrap .sortable thead th:not(.no-sort)::after {
margin-left: 3px;
content: "";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort):hover::after {
color: inherit;
}
#wp-optimize-wrap .sortable thead th:not(.no-sort)[aria-sort=descending]::after {
color: inherit;
content: "▾";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort)[aria-sort=ascending]::after {
color: inherit;
content: "▴";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort).indicator-left::after {
content: "";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort).indicator-left::before {
margin-right: 3px;
content: "";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort).indicator-left:hover::before {
color: inherit;
}
#wp-optimize-wrap .sortable thead th:not(.no-sort).indicator-left[aria-sort=descending]::before {
color: inherit;
content: "▾";
}
#wp-optimize-wrap .sortable thead th:not(.no-sort).indicator-left[aria-sort=ascending]::before {
color: inherit;
content: "▴";
}
#wp-optimize-wrap .sortable {
--th-color: #0074AB;
}
#wp-optimize-wrap .sortable thead th {
color: var(--th-color);
font-weight: normal;
text-align: left;
text-transform: capitalize;
vertical-align: baseline;
white-space: nowrap;
}
#wp-optimize-wrap .sortable thead th:last-child {
color: inherit;
}