source: public/vendors/dataTable/Scroller-2.0.1/css/scroller.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: 672 bytes
Line 
1div.dts {
2 display: block !important;
3}
4div.dts tbody th,
5div.dts tbody td {
6 white-space: nowrap;
7}
8div.dts div.dts_loading {
9 z-index: 1;
10}
11div.dts div.dts_label {
12 position: absolute;
13 right: 10px;
14 background: rgba(0, 0, 0, 0.8);
15 color: white;
16 box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
17 text-align: right;
18 border-radius: 3px;
19 padding: 0.4em;
20 z-index: 2;
21 display: none;
22}
23div.dts div.dataTables_scrollBody {
24 background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
25}
26div.dts div.dataTables_scrollBody table {
27 z-index: 2;
28}
29div.dts div.dataTables_paginate,
30div.dts div.dataTables_length {
31 display: none;
32}
Note: See TracBrowser for help on using the repository browser.