summaryrefslogtreecommitdiff
path: root/build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css
diff options
context:
space:
mode:
Diffstat (limited to 'build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css')
-rw-r--r--build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css b/build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css
new file mode 100644
index 0000000..423f056
--- /dev/null
+++ b/build/resources/main/static/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.css
@@ -0,0 +1,39 @@
+table.dataTable tr.dtrg-group td {
+ background-color: #e0e0e0;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-0 td {
+ font-weight: bold;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-1 td,
+table.dataTable tr.dtrg-group.dtrg-level-2 td,
+table.dataTable tr.dtrg-group.dtrg-level-3 td,
+table.dataTable tr.dtrg-group.dtrg-level-4 td,
+table.dataTable tr.dtrg-group.dtrg-level-5 td {
+ background-color: #f0f0f0;
+ padding-top: 0.25em;
+ padding-bottom: 0.25em;
+ padding-left: 2em;
+ font-size: 0.9em;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-2 td {
+ background-color: #f3f3f3;
+ padding-left: 2.5em;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-3 td {
+ background-color: #f3f3f3;
+ padding-left: 3em;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-4 td {
+ background-color: #f3f3f3;
+ padding-left: 3.5em;
+}
+
+table.dataTable tr.dtrg-group.dtrg-level-5 td {
+ background-color: #f3f3f3;
+ padding-left: 4em;
+}