summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/datatables-scroller/css
diff options
context:
space:
mode:
authorAlisaLinUwU <alisalinuwu@gmail.com>2025-01-26 10:42:28 +0500
committerAlisaLinUwU <alisalinuwu@gmail.com>2025-01-26 10:42:28 +0500
commit0225bdb772d1334cc1aa7ab0fc3678df0864df6b (patch)
tree85a8c8e4fcf1d935fcbad54886b73410c8cb2e26 /src/main/resources/static/plugins/datatables-scroller/css
Initializemain
Diffstat (limited to 'src/main/resources/static/plugins/datatables-scroller/css')
-rw-r--r--src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.css36
-rw-r--r--src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.min.css1
2 files changed, 37 insertions, 0 deletions
diff --git a/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.css b/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.css
new file mode 100644
index 0000000..b8ae4ba
--- /dev/null
+++ b/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.css
@@ -0,0 +1,36 @@
+div.dts {
+ display: block !important;
+}
+div.dts tbody th,
+div.dts tbody td {
+ white-space: nowrap;
+}
+div.dts div.dts_loading {
+ z-index: 1;
+}
+div.dts div.dts_label {
+ position: absolute;
+ right: 10px;
+ background: rgba(0, 0, 0, 0.8);
+ color: white;
+ box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
+ text-align: right;
+ border-radius: 3px;
+ padding: 0.4em;
+ z-index: 2;
+ display: none;
+}
+div.dts div.dataTables_scrollBody {
+ background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
+}
+div.dts div.dataTables_scrollBody table {
+ z-index: 2;
+}
+div.dts div.dataTables_paginate,
+div.dts div.dataTables_length {
+ display: none;
+}
+
+div.DTS div.dataTables_scrollBody table {
+ background-color: white;
+}
diff --git a/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.min.css b/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.min.css
new file mode 100644
index 0000000..e2529c3
--- /dev/null
+++ b/src/main/resources/static/plugins/datatables-scroller/css/scroller.bootstrap4.min.css
@@ -0,0 +1 @@
+div.dts{display:block !important}div.dts tbody th,div.dts tbody td{white-space:nowrap}div.dts div.dts_loading{z-index:1}div.dts div.dts_label{position:absolute;right:10px;background:rgba(0, 0, 0, 0.8);color:white;box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);text-align:right;border-radius:3px;padding:.4em;z-index:2;display:none}div.dts div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px)}div.dts div.dataTables_scrollBody table{z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none}div.DTS div.dataTables_scrollBody table{background-color:white}