aboutsummaryrefslogtreecommitdiff
path: root/static/tablesorter.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/tablesorter.css')
-rw-r--r--static/tablesorter.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/tablesorter.css b/static/tablesorter.css
new file mode 100644
index 0000000..ac9dfda
--- /dev/null
+++ b/static/tablesorter.css
@@ -0,0 +1,38 @@
+th {
+ padding-left: 20px !important;
+}
+th:hover {
+ background-color: #f9f9f9;
+ transition: 1s;
+}
+
+.tablesorter-default {
+ width: 100%;
+}
+
+.tablesorter-default .header,
+.tablesorter-default .tablesorter-header {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
+ background-position: center left;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ white-space: normal;
+ padding: 4px 20px 0px 4px;
+}
+.tablesorter-default thead .headerSortUp,
+.tablesorter-default thead .tablesorter-headerSortUp,
+.tablesorter-default thead .tablesorter-headerAsc {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
+ border-bottom: #3083D6 2px solid;
+}
+.tablesorter-default thead .headerSortDown,
+.tablesorter-default thead .tablesorter-headerSortDown,
+.tablesorter-default thead .tablesorter-headerDesc {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
+ border-bottom: #3083D6 2px solid;
+}
+.tablesorter-default thead .sorter-false {
+ background-image: none;
+ cursor: default;
+ padding: 4px;
+}