source: public/vendors/dataTable/FixedHeader-3.1.6/css/fixedHeader.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: 318 bytes
Line 
1table.fixedHeader-floating {
2 position: fixed !important;
3 background-color: white;
4}
5
6table.fixedHeader-floating.no-footer {
7 border-bottom-width: 0;
8}
9
10table.fixedHeader-locked {
11 position: absolute !important;
12 background-color: white;
13}
14
15@media print {
16 table.fixedHeader-floating {
17 display: none;
18 }
19}
Note: See TracBrowser for help on using the repository browser.