Merge "When serializing Message, don't try to unstub StubUserLang"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.tablesorter.less
1 @import "mediawiki.mixins";
2
3 // Table Sorting
4
5 .client-js table.jquery-tablesorter th.headerSort {
6 .background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' );
7 cursor: pointer;
8 // Keep synchronized with mediawiki.skinning.content styles
9 background-repeat: no-repeat;
10 background-position: center right;
11 padding-right: 21px;
12 }
13
14 .client-js table.jquery-tablesorter th.headerSortUp {
15 .background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' );
16 }
17
18 .client-js table.jquery-tablesorter th.headerSortDown {
19 .background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' );
20 }