| @@ -19,4 +19,13 @@ | ||
| 19 | 19 | .locker-loader { |
| 20 | 20 | z-index: 1001; |
| 21 | 21 | background: url(../images/ajax-loader.gif) no-repeat center center; |
| 22 | 22 | } |
| 23 | + | |
| 24 | +/* datatables */ | |
| 25 | +.dt-button { | |
| 26 | + display: none !important; | |
| 27 | +} | |
| 28 | + | |
| 29 | +.visualizer-front-container.visualizer-lazy-render { | |
| 30 | + content-visibility: auto; | |
| 31 | +} | |