summaryrefslogtreecommitdiffstats
path: root/alps
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-03 19:51:42 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-03 19:51:42 +0000
commitc4d61068d6db99db322ffe44e2691bd5aaae73d9 (patch)
tree03114dc22532028c05e4aa233ad83b7613e2c5f2 /alps
parent6f29937c7e92b876e83494f70fe75437a29c60da (diff)
downloadacf-skins-c4d61068d6db99db322ffe44e2691bd5aaae73d9.tar.bz2
acf-skins-c4d61068d6db99db322ffe44e2691bd5aaae73d9.tar.xz
Use tablesorter themes and images now installed by acf-jquery
Diffstat (limited to 'alps')
-rw-r--r--alps/alps.css6
-rw-r--r--alps/alps.js5
2 files changed, 11 insertions, 0 deletions
diff --git a/alps/alps.css b/alps/alps.css
index bb3f7bf..6b654f0 100644
--- a/alps/alps.css
+++ b/alps/alps.css
@@ -1,6 +1,12 @@
/* .css - Alpine ACF */
/*----------------------------------------------------------------------------------
+ * JQUERY TABLESORTER
+ *--------------------------------------------------------------------------------*/
+
+@import "../static/tablesorter/theme.blue.css";
+
+/*----------------------------------------------------------------------------------
* GENERAL
*----------------------------------------------------------------------------------
*/
diff --git a/alps/alps.js b/alps/alps.js
new file mode 100644
index 0000000..07c7e76
--- /dev/null
+++ b/alps/alps.js
@@ -0,0 +1,5 @@
+// Add tablesorter-blue class to .tablesorter objects
+// Note: you must load jquery before loading this file
+$(document).ready(function() {
+ $(".tablesorter").addClass("tablesorter-blue");
+});