diff --git a/caddyhttp/browse/setup.go b/caddyhttp/browse/setup.go index d6ceddd22..b860d847c 100644 --- a/caddyhttp/browse/setup.go +++ b/caddyhttp/browse/setup.go @@ -188,7 +188,7 @@ tr { border-bottom: 1px dashed #dadada; } -tr:not(:first-child):hover { +tbody tr:hover { background-color: #ffffec; }