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