]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - resources/src/jquery/jquery.tablesorter.less
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / resources / src / jquery / jquery.tablesorter.less
1 @import 'mediawiki.mixins';
2
3 /* Table Sorting */
4
5 table.jquery-tablesorter th.headerSort {
6         .background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' );
7         cursor: pointer;
8         background-repeat: no-repeat;
9         background-position: center right;
10         padding-right: 21px;
11 }
12
13 table.jquery-tablesorter th.headerSortUp {
14         .background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' );
15 }
16
17 table.jquery-tablesorter th.headerSortDown {
18         .background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' );
19 }