From dc526137bea7573933d8d6a68ff41256ce20ddf0 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilev Date: Wed, 14 Jun 2023 19:09:41 +0300 Subject: [PATCH] fix css --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index d9e8d65..642970b 100644 --- a/index.html +++ b/index.html @@ -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; }