X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.tablesorter.less;h=f4ef540954e1bd7e9ec9a2eda91cdf02879461cd;hb=d36b183513171d9c7d666323e2b2e3acb561882f;hp=85c58d745c70551d37af59665b9c113bc0b4040c;hpb=9a3a412f86ba2568bdf85f9c5def51bdb422032d;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.tablesorter.less b/resources/src/jquery/jquery.tablesorter.less index 85c58d745c..f4ef540954 100644 --- a/resources/src/jquery/jquery.tablesorter.less +++ b/resources/src/jquery/jquery.tablesorter.less @@ -1,20 +1,19 @@ @import "mediawiki.mixins"; -// Table Sorting +/* Table Sorting */ -.client-js table.jquery-tablesorter th.headerSort { +table.jquery-tablesorter th.headerSort { .background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' ); cursor: pointer; - // Keep synchronized with mediawiki.skinning.content styles background-repeat: no-repeat; background-position: center right; padding-right: 21px; } -.client-js table.jquery-tablesorter th.headerSortUp { +table.jquery-tablesorter th.headerSortUp { .background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' ); } -.client-js table.jquery-tablesorter th.headerSortDown { +table.jquery-tablesorter th.headerSortDown { .background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' ); }