summaryrefslogtreecommitdiff
path: root/resources/css/_vendor-patches.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/css/_vendor-patches.css')
-rw-r--r--resources/css/_vendor-patches.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/css/_vendor-patches.css b/resources/css/_vendor-patches.css
index 1c8a8e79f6..56e8c73483 100644
--- a/resources/css/_vendor-patches.css
+++ b/resources/css/_vendor-patches.css
@@ -46,3 +46,13 @@
[dir=rtl] .carousel-control-prev-icon {
transform: scale(-1, 1);
}
+
+/* Some themes set the global default to separate. We should change this. */
+table.datatables {
+ border-collapse: collapse;
+}
+
+/* Don't right-align column headings of numeric data. */
+table.datatables > thead > tr > th.dt-type-numeric {
+ text-align: inherit;
+}