[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN

This commit is contained in:
andryyy
2020-04-13 20:34:39 +02:00
parent 7753a8324f
commit 59a2ea0959
5 changed files with 31 additions and 15 deletions

View File

@@ -57,3 +57,7 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
.label-last {
color: #c7254e !important;
background-color: #f9f2f4 !important;
}