
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/css/components/tablesort-indicator.css |
/**
* @file
* Tablesort indicator styles.
*/
.tablesort {
width: 14px;
height: 14px;
vertical-align: top;
margin: 1px 0 0 5px;
}
.tablesort--asc {
background-image: url(/core/misc/icons/ffffff/twistie-down.svg);
}
.tablesort--desc {
background-image: url(/core/misc/icons/ffffff/twistie-up.svg);
}