summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/jquery/jquery.tablesorter.less
blob: ce24b0de65a9f2e78e6c3ea6cbee3a4f180ef589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import 'mediawiki.mixins';

/* Table Sorting */

table.jquery-tablesorter {
	th.headerSort {
		.background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' );
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center right;
		padding-right: 21px;
	}

	th.headerSortUp {
		.background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' );
	}

	th.headerSortDown {
		.background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' );
	}
}