summaryrefslogtreecommitdiff
path: root/public/assets/js/DataTables/FixedColumns-4.2.2/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/DataTables/FixedColumns-4.2.2/css')
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.css42
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.css42
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.css42
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.css35
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.css19
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.css23
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.css37
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.min.css1
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.css46
-rw-r--r--public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.min.css1
16 files changed, 294 insertions, 0 deletions
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.css
new file mode 100644
index 0000000..c870139
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.css
@@ -0,0 +1,42 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+div.dtfc-right-top-blocker,
+div.dtfc-left-top-blocker {
+ margin-top: 6px;
+ border-bottom: 0px solid #ddd !important;
+}
+
+table.dataTable.table-bordered.dtfc-has-left {
+ border-left: none;
+}
+
+div.dataTables_scroll.dtfc-has-left table.table-bordered {
+ border-left: none;
+}
+
+div.dataTables_scrollBody {
+ border-left: 1px solid #ddd !important;
+}
+
+div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
+div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
+ border-left: 1px solid #ddd !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.min.css
new file mode 100644
index 0000000..a935650
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}div.dtfc-right-top-blocker,div.dtfc-left-top-blocker{margin-top:6px;border-bottom:0px solid #ddd !important}table.dataTable.table-bordered.dtfc-has-left{border-left:none}div.dataTables_scroll.dtfc-has-left table.table-bordered{border-left:none}div.dataTables_scrollBody{border-left:1px solid #ddd !important}div.dataTables_scrollFootInner table.table-bordered tr th:first-child,div.dataTables_scrollHeadInner table.table-bordered tr th:first-child{border-left:1px solid #ddd !important}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.css
new file mode 100644
index 0000000..c870139
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.css
@@ -0,0 +1,42 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+div.dtfc-right-top-blocker,
+div.dtfc-left-top-blocker {
+ margin-top: 6px;
+ border-bottom: 0px solid #ddd !important;
+}
+
+table.dataTable.table-bordered.dtfc-has-left {
+ border-left: none;
+}
+
+div.dataTables_scroll.dtfc-has-left table.table-bordered {
+ border-left: none;
+}
+
+div.dataTables_scrollBody {
+ border-left: 1px solid #ddd !important;
+}
+
+div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
+div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
+ border-left: 1px solid #ddd !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.min.css
new file mode 100644
index 0000000..a935650
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap4.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}div.dtfc-right-top-blocker,div.dtfc-left-top-blocker{margin-top:6px;border-bottom:0px solid #ddd !important}table.dataTable.table-bordered.dtfc-has-left{border-left:none}div.dataTables_scroll.dtfc-has-left table.table-bordered{border-left:none}div.dataTables_scrollBody{border-left:1px solid #ddd !important}div.dataTables_scrollFootInner table.table-bordered tr th:first-child,div.dataTables_scrollHeadInner table.table-bordered tr th:first-child{border-left:1px solid #ddd !important}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.css
new file mode 100644
index 0000000..c870139
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.css
@@ -0,0 +1,42 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+div.dtfc-right-top-blocker,
+div.dtfc-left-top-blocker {
+ margin-top: 6px;
+ border-bottom: 0px solid #ddd !important;
+}
+
+table.dataTable.table-bordered.dtfc-has-left {
+ border-left: none;
+}
+
+div.dataTables_scroll.dtfc-has-left table.table-bordered {
+ border-left: none;
+}
+
+div.dataTables_scrollBody {
+ border-left: 1px solid #ddd !important;
+}
+
+div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
+div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
+ border-left: 1px solid #ddd !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.min.css
new file mode 100644
index 0000000..a935650
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bootstrap5.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}div.dtfc-right-top-blocker,div.dtfc-left-top-blocker{margin-top:6px;border-bottom:0px solid #ddd !important}table.dataTable.table-bordered.dtfc-has-left{border-left:none}div.dataTables_scroll.dtfc-has-left table.table-bordered{border-left:none}div.dataTables_scrollBody{border-left:1px solid #ddd !important}div.dataTables_scrollFootInner table.table-bordered tr th:first-child,div.dataTables_scrollHeadInner table.table-bordered tr th:first-child{border-left:1px solid #ddd !important}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.css
new file mode 100644
index 0000000..8a18762
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.css
@@ -0,0 +1,35 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+div.dtfc-right-top-blocker {
+ border-bottom: none !important;
+}
+
+tr.dt-rowReorder-moving td.dtfc-fixed-left,
+tr.dt-rowReorder-moving td.dtfc-fixed-right {
+ border-top: 2px solid #888 !important;
+ border-bottom: 2px solid #888 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
+ border-left: 2px solid #888 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
+ border-right: 2px solid #888 !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.min.css
new file mode 100644
index 0000000..6bf60f8
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.bulma.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}div.dtfc-right-top-blocker{border-bottom:none !important}tr.dt-rowReorder-moving td.dtfc-fixed-left,tr.dt-rowReorder-moving td.dtfc-fixed-right{border-top:2px solid #888 !important;border-bottom:2px solid #888 !important}tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child{border-left:2px solid #888 !important}tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child{border-right:2px solid #888 !important}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.css
new file mode 100644
index 0000000..10baf49
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.css
@@ -0,0 +1,19 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.min.css
new file mode 100644
index 0000000..a124deb
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.dataTables.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.css
new file mode 100644
index 0000000..b7c907b
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.css
@@ -0,0 +1,23 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: rgb(248, 248, 248);
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: rgb(248, 248, 248);
+}
+
+table.dataTable.dtfc-has-left tbody {
+ border-left: none;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.min.css
new file mode 100644
index 0000000..9d8cafa
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.foundation.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:rgb(248, 248, 248)}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:rgb(248, 248, 248)}table.dataTable.dtfc-has-left tbody{border-left:none}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.css
new file mode 100644
index 0000000..baeb8e2
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.css
@@ -0,0 +1,37 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+div.dtfc-right-top-blocker {
+ border-bottom: none !important;
+ background-color: rgb(246, 246, 246) !important;
+ border-top: 1px solid #c5c5c5 !important;
+}
+
+tr.dt-rowReorder-moving td.dtfc-fixed-left,
+tr.dt-rowReorder-moving td.dtfc-fixed-right {
+ border-top: 2px solid #555 !important;
+ border-bottom: 2px solid #555 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
+ border-left: 2px solid #555 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
+ border-right: 2px solid #555 !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.min.css
new file mode 100644
index 0000000..6c18f9a
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.jqueryui.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}div.dtfc-right-top-blocker{border-bottom:none !important;background-color:rgb(246, 246, 246) !important;border-top:1px solid #c5c5c5 !important}tr.dt-rowReorder-moving td.dtfc-fixed-left,tr.dt-rowReorder-moving td.dtfc-fixed-right{border-top:2px solid #555 !important;border-bottom:2px solid #555 !important}tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child{border-left:2px solid #555 !important}tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child{border-right:2px solid #555 !important}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.css
new file mode 100644
index 0000000..9dd90d1
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.css
@@ -0,0 +1,46 @@
+table.dataTable thead tr > .dtfc-fixed-left,
+table.dataTable thead tr > .dtfc-fixed-right,
+table.dataTable tfoot tr > .dtfc-fixed-left,
+table.dataTable tfoot tr > .dtfc-fixed-right {
+ top: 0;
+ bottom: 0;
+ z-index: 3;
+ background-color: white;
+}
+table.dataTable tbody tr > .dtfc-fixed-left,
+table.dataTable tbody tr > .dtfc-fixed-right {
+ z-index: 1;
+ background-color: white;
+}
+
+div.dtfc-left-top-blocker,
+div.dtfc-right-top-blocker {
+ background-color: white;
+}
+
+table.dataTable {
+ border-left-width: 0px !important;
+}
+table.dataTable tr {
+ border-left-width: 0px;
+}
+table.dataTable tr th:first-child,
+table.dataTable tr td:first-child {
+ border-left: 1px solid rgba(34, 36, 38, 0.15) !important;
+}
+
+div.dtfc-right-top-blocker {
+ border-bottom: none !important;
+}
+
+tr.dt-rowReorder-moving td.dtfc-fixed-left,
+tr.dt-rowReorder-moving td.dtfc-fixed-right {
+ border-top: 2px solid #888 !important;
+ border-bottom: 2px solid #888 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
+ border-left: 2px solid #888 !important;
+}
+tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
+ border-right: 2px solid #888 !important;
+}
diff --git a/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.min.css b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.min.css
new file mode 100644
index 0000000..58a116c
--- /dev/null
+++ b/public/assets/js/DataTables/FixedColumns-4.2.2/css/fixedColumns.semanticui.min.css
@@ -0,0 +1 @@
+table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}table.dataTable{border-left-width:0px !important}table.dataTable tr{border-left-width:0px}table.dataTable tr th:first-child,table.dataTable tr td:first-child{border-left:1px solid rgba(34, 36, 38, 0.15) !important}div.dtfc-right-top-blocker{border-bottom:none !important}tr.dt-rowReorder-moving td.dtfc-fixed-left,tr.dt-rowReorder-moving td.dtfc-fixed-right{border-top:2px solid #888 !important;border-bottom:2px solid #888 !important}tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child{border-left:2px solid #888 !important}tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child{border-right:2px solid #888 !important}