5e0e711e52f3a39bbb3d2053a97af1223b3ce5ae
[yaffs-website] / web / core / modules / system / css / components / tablesort.module.css
1 /**
2  * @file
3  * Table sort indicator.
4  *
5  * @see tablesort-indicator.html.twig
6  */
7
8 .tablesort {
9   width: 16px;
10   height: 16px;
11   display: inline-block;
12   background-size: 100%;
13 }
14 .tablesort--asc {
15   background-image: url(../../../../misc/icons/787878/twistie-down.svg);
16 }
17 .tablesort--desc {
18   background-image: url(../../../../misc/icons/787878/twistie-up.svg);
19 }