source: public/vendors/dataTable/FixedColumns-3.3.0/css/fixedColumns.bootstrap.css@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 2.1 KB
Line 
1table.DTFC_Cloned tr {
2 background-color: white;
3 margin-bottom: 0;
4}
5
6div.DTFC_LeftHeadWrapper table,
7div.DTFC_RightHeadWrapper table {
8 border-bottom: none !important;
9 margin-bottom: 0 !important;
10 background-color: white;
11}
12
13div.DTFC_LeftBodyWrapper table,
14div.DTFC_RightBodyWrapper table {
15 border-top: none;
16 margin: 0 !important;
17 z-index: 2;
18}
19div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after,
20div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
21div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
22div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
23div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
24div.DTFC_LeftBodyWrapper table thead .sorting:before,
25div.DTFC_LeftBodyWrapper table thead .sorting:after,
26div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
27div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
28div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
29div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
30div.DTFC_RightBodyWrapper table thead .sorting:before,
31div.DTFC_RightBodyWrapper table thead .sorting:after,
32div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
33div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
34div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
35div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
36div.DTFC_RightBodyWrapper table thead .sorting:before,
37div.DTFC_RightBodyWrapper table thead .sorting:after,
38div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
39div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
40div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
41div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
42 display: none;
43}
44div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
45div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
46div.DTFC_RightBodyWrapper table tbody tr:first-child th,
47div.DTFC_RightBodyWrapper table tbody tr:first-child td {
48 border-top: none;
49}
50
51div.DTFC_LeftFootWrapper table,
52div.DTFC_RightFootWrapper table {
53 border-top: none;
54 margin-top: 0 !important;
55 background-color: white;
56}
57
58div.DTFC_Blocker {
59 background-color: white;
60}
Note: See TracBrowser for help on using the repository browser.