mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
43
httpdocs/themes/vuexy/vendor/libs/datatables-fixedheader-bs5/fixedheader.bootstrap5.css
vendored
Normal file
43
httpdocs/themes/vuexy/vendor/libs/datatables-fixedheader-bs5/fixedheader.bootstrap5.css
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.dt-fixedheader.fixedHeader-floating.table.dataTable {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.dt-fixedheader.fixedHeader-locked.table.dataTable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.light-style .dtfh-floatingparenthead {
|
||||
border-bottom: 2px solid #f8f7fa;
|
||||
}
|
||||
.light-style .dt-fixedheader.fixedHeader-floating.table.dataTable thead > tr > th,
|
||||
.light-style .dt-fixedheader.fixedHeader-locked.table.dataTable thead > tr > th {
|
||||
background-color: #fff;
|
||||
border-bottom-width: 1px;
|
||||
border-color: #f8f7fa;
|
||||
}
|
||||
|
||||
.dark-style .dtfh-floatingparenthead {
|
||||
border-bottom: 2px solid #25293c;
|
||||
}
|
||||
.dark-style .dt-fixedheader.fixedHeader-floating.table.dataTable thead > tr > th,
|
||||
.dark-style .dt-fixedheader.fixedHeader-locked.table.dataTable thead > tr > th {
|
||||
background-color: #2f3349;
|
||||
border-bottom-width: 1px;
|
||||
border-color: #25293c;
|
||||
}
|
||||
Reference in New Issue
Block a user