Add expiry and sign out button to login logs

This commit is contained in:
JonnyWong16 2021-05-14 14:02:48 -07:00
commit add1b4ec54
4 changed files with 48 additions and 5 deletions

View file

@ -3136,6 +3136,10 @@ div.dataTables_info {
bottom: 0;
text-shadow: 0 0 2px rgba(0,0,0,.5);
}
.sign-out-tooltip:hover {
color: #E5A00D;
cursor: pointer;
}
.history-thumbnail-popover {
z-index: 2000;
padding: 0;