source: public/vendors/dataTable/FixedColumns-3.3.0/css/fixedColumns.semanticui.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: 1.4 KB
Line 
1div.DTFC_LeftWrapper table.ui.table.dataTable {
2 border-right: none;
3}
4
5div.DTFC_RightWrapper table.ui.table.dataTable {
6 border-left: none;
7}
8
9div.DTFC_Blocker {
10 background-color: white;
11}
12
13div.DTFC_LeftWrapper table.dataTable,
14div.DTFC_RightWrapper table.dataTable {
15 z-index: 2;
16}
17
18div.DTFC_LeftHeadWrapper table.ui.table.dataTable,
19div.DTFC_RightHeadWrapper table.ui.table.dataTable {
20 border-bottom: none;
21}
22
23div.DTFC_LeftBodyWrapper table.ui.table.dataTable,
24div.DTFC_RightBodyWrapper table.ui.table.dataTable {
25 border-top: none;
26}
27div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
28div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
29div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
30div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
31div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
32div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
33div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
34div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
35div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
36div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
37div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
38div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after {
39 display: none;
40}
Note: See TracBrowser for help on using the repository browser.