summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/jquery/jquery.tablesorter.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/resources/src/jquery/jquery.tablesorter.less')
-rw-r--r--www/wiki/resources/src/jquery/jquery.tablesorter.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/wiki/resources/src/jquery/jquery.tablesorter.less b/www/wiki/resources/src/jquery/jquery.tablesorter.less
new file mode 100644
index 00000000..ce24b0de
--- /dev/null
+++ b/www/wiki/resources/src/jquery/jquery.tablesorter.less
@@ -0,0 +1,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' );
+ }
+}