Merge "rdbms: Use correct value for 'sslmode' in DatabasePostgres"
[lhc/web/wiklou.git] / resources / src / jquery.tablesorter.styles / jquery.tablesorter.styles.less
1 @import 'mediawiki.mixins';
2
3 /* Table Sorting */
4
5 .client-js .sortable:not( .jquery-tablesorter ) > thead > :last-of-type > th:not( .unsortable ),
6 .jquery-tablesorter th.headerSort {
7 .background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' );
8 cursor: pointer;
9 background-repeat: no-repeat;
10 background-position: center right;
11 padding-right: 21px;
12 }
13
14 .jquery-tablesorter {
15 th.headerSortUp {
16 .background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' );
17 }
18
19 th.headerSortDown {
20 .background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' );
21 }
22 }