Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / tablesort.css
1 /**
2  * @file
3  * Table sort indicator.
4  */
5
6 th.is-active img {
7   display: inline;
8 }
9 td.is-active {
10   background-color: #ddd;
11 }