source: public/vendors/dataTable/FixedColumns-3.3.0/css/fixedColumns.dataTables.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: 367 bytes
Line 
1table.DTFC_Cloned thead,
2table.DTFC_Cloned tfoot {
3 background-color: white;
4}
5
6div.DTFC_Blocker {
7 background-color: white;
8}
9
10div.DTFC_LeftWrapper table.dataTable,
11div.DTFC_RightWrapper table.dataTable {
12 margin-bottom: 0;
13 z-index: 2;
14}
15div.DTFC_LeftWrapper table.dataTable.no-footer,
16div.DTFC_RightWrapper table.dataTable.no-footer {
17 border-bottom: none;
18}
Note: See TracBrowser for help on using the repository browser.