[Web] Same color for all last login indicators

This commit is contained in:
andryyy
2020-10-17 10:15:30 +02:00
parent ddadc1ced2
commit c718f085e0
2 changed files with 4 additions and 9 deletions

View File

@@ -57,13 +57,8 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
.label-last-in {
.label-last-login {
line-height: 2.5;
color: #4a4a4a!important;
background-color: #ececec!important;
}
.label-last-out {
line-height: 2.5;
color: #ececec!important;
background-color: #a0a0a0!important;
}