buli
2023-07-10 4f200849487fc6f914e237d5af3ecefd6d802457
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  /* .datatable-orange{
    color:#fff;
    background-color:#e06000;
  }
  .datatable-orange:hover{
    color:#000;
    background-color:#e06000;
  } */
  .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu,
  .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu:hover {
    background: antiquewhite;
  }
 
  .wrapped-header-datatable table>thead .slds-cell-fixed,
  .wrapped-header-datatable table>thead .slds-cell-fixed:hover {
    background: rgb(243, 243, 243);
  }
 
  .slds-table th,
  .slds-table td {
    font-size: 14px;
  }
 
 
  .wrapped-header-wrap-datatable .slds-table .slds-th__action .slds-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: pre-line;
    /*  uncomment this if you want break the words further */
    /* word-wrap: break-word;*/
 
  }
 
  .wrapped-header-wrap-datatable .slds-table .slds-th__action {
    height: 2.8rem;
    border-bottom: 1px solid rgb(206 206 206);
  }
 
  .wrapped-header-wrap-datatable .slds-table .slds-line-height_reset {
    height: 1rem;
  }