aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/admin/assets/userfrosting/css
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/admin/assets/userfrosting/css')
-rwxr-xr-xmain/app/sprinkles/admin/assets/userfrosting/css/tablesorter-custom.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/main/app/sprinkles/admin/assets/userfrosting/css/tablesorter-custom.css b/main/app/sprinkles/admin/assets/userfrosting/css/tablesorter-custom.css
new file mode 100755
index 0000000..405c1ca
--- /dev/null
+++ b/main/app/sprinkles/admin/assets/userfrosting/css/tablesorter-custom.css
@@ -0,0 +1,30 @@
+/* ==========================================================================
+ Custom styling for tablesorter tables
+ ========================================================================== */
+
+/* Custom styling for pager controls
+ ========================================================================== */
+
+.pager-lg {
+ font-size: large;
+}
+
+.pager-control {
+ font-size: x-large;
+ padding: 4px 8px;
+ cursor: pointer;
+}
+
+/* Custom styling for panels that contain buttons in the header (eg, CSV download buttons)
+ ========================================================================== */
+
+.panel-heading-buttons h3 {
+ padding-top: 7.5px;
+}
+
+/* Don't display tablesorter filter field when disabled
+ ========================================================================== */
+
+.tablesorter thead .disabled {
+ display: none
+} \ No newline at end of file