source: public/vendors/dataTable/Scroller-2.0.1/css/scroller.foundation.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: 379 bytes
Line 
1div.DTS tbody th,
2div.DTS tbody td {
3 white-space: nowrap;
4}
5div.DTS div.DTS_Loading {
6 z-index: 1;
7}
8div.DTS div.dataTables_scrollBody {
9 background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
10}
11div.DTS div.dataTables_scrollBody table {
12 z-index: 2;
13}
14div.DTS div.dataTables_paginate,
15div.DTS div.dataTables_length {
16 display: none;
17}
Note: See TracBrowser for help on using the repository browser.