buli
2023-07-18 df5aa8087c2c7328dc4188f05d762c8df1f0b07a
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
.THIS.contents_wrapper {
    padding-top: 10px;
}
 
.THIS tr .decrypt {
    /* position: absolute;
    top: 0;
    left: 100%;
    display: none;
    text-align: left;
    padding-left: 5px; */
    display: none;
}
 
.THIS tr:hover .decrypt {
    display: unset;
}
 
.THIS tr:hover .encrypt {
    display: none;
}
 
/* add by Deloitte-Link 2023-6-19 start*/
.THIS .weeklyReportSpinner {
    top: 100px;
}
 
.THIS .slds-spinner_container {
    position: absolute;
    top: 100px;
}
/* add by Deloitte-Link 2023-6-19 end*/