This commit is contained in:
Dmitry Vasilev
2023-06-14 19:09:41 +03:00
parent a48bdd63e6
commit dc526137be

View File

@@ -146,6 +146,10 @@
padding-left: 1em;
}
.logs .log {
cursor: pointer;
}
.logs .log.active {
background-color: rgb(225, 244, 253);
}
@@ -171,6 +175,9 @@
.callnode .active {
background-color: rgb(225, 244, 253);
}
.call_el {
cursor: pointer;
}
.call_header {
white-space: nowrap;
}