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