Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/FixedColumns-3.1.0/css/fixedColumns.bootstrap.css
1294 views
1
table.DTFC_Cloned tr.even {
2
background-color: white;
3
margin-bottom: 0;
4
}
5
6
div.DTFC_LeftHeadWrapper table,
7
div.DTFC_RightHeadWrapper table {
8
border-bottom: none !important;
9
margin-bottom: 0 !important;
10
background-color: white;
11
}
12
13
div.DTFC_LeftBodyWrapper table,
14
div.DTFC_RightBodyWrapper table {
15
border-top: none;
16
margin: 0 !important;
17
}
18
div.DTFC_LeftBodyWrapper table thead .sorting:after,
19
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
20
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
21
div.DTFC_LeftBodyWrapper table thead .sorting:after,
22
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
23
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
24
div.DTFC_RightBodyWrapper table thead .sorting:after,
25
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
26
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
27
div.DTFC_RightBodyWrapper table thead .sorting:after,
28
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
29
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
30
display: none;
31
}
32
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
33
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
34
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
35
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
36
border-top: none;
37
}
38
39
div.DTFC_LeftFootWrapper table,
40
div.DTFC_RightFootWrapper table {
41
border-top: none;
42
margin-top: 0 !important;
43
background-color: white;
44
}
45
46