1 | div.DTFC_LeftWrapper table.ui.table.dataTable {
|
---|
2 | border-right: none;
|
---|
3 | }
|
---|
4 |
|
---|
5 | div.DTFC_RightWrapper table.ui.table.dataTable {
|
---|
6 | border-left: none;
|
---|
7 | }
|
---|
8 |
|
---|
9 | div.DTFC_Blocker {
|
---|
10 | background-color: white;
|
---|
11 | }
|
---|
12 |
|
---|
13 | div.DTFC_LeftWrapper table.dataTable,
|
---|
14 | div.DTFC_RightWrapper table.dataTable {
|
---|
15 | z-index: 2;
|
---|
16 | }
|
---|
17 |
|
---|
18 | div.DTFC_LeftHeadWrapper table.ui.table.dataTable,
|
---|
19 | div.DTFC_RightHeadWrapper table.ui.table.dataTable {
|
---|
20 | border-bottom: none;
|
---|
21 | }
|
---|
22 |
|
---|
23 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable,
|
---|
24 | div.DTFC_RightBodyWrapper table.ui.table.dataTable {
|
---|
25 | border-top: none;
|
---|
26 | }
|
---|
27 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
|
---|
28 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
|
---|
29 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
|
---|
30 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
|
---|
31 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
|
---|
32 | div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
|
---|
33 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
|
---|
34 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
|
---|
35 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
|
---|
36 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
|
---|
37 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
|
---|
38 | div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after {
|
---|
39 | display: none;
|
---|
40 | }
|
---|