diff options
author | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 10:42:28 +0500 |
---|---|---|
committer | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 10:42:28 +0500 |
commit | 0225bdb772d1334cc1aa7ab0fc3678df0864df6b (patch) | |
tree | 85a8c8e4fcf1d935fcbad54886b73410c8cb2e26 /src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css |
Initializemain
Diffstat (limited to 'src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css')
-rw-r--r-- | src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css b/src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css new file mode 100644 index 0000000..2bfdcb3 --- /dev/null +++ b/src/main/resources/static/plugins/datatables-fixedcolumns/css/fixedColumns.bootstrap4.css @@ -0,0 +1,61 @@ +tr.even td { + background-color: #ffffff; +} + +tr.odd td { + background-color: #f9f9f9; +} + +tr.selected td { + background-color: #0088cc; +} + +thead th { + background-color: white; +} + +tfoot th { + background-color: white; +} + +th.dtfc-fixed-left, +th.dtfc-fixed-right, +td.dtfc-fixed-left, +td.dtfc-fixed-right { + z-index: 1; +} + +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; +} + +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; +} |