diff --git a/web/assets/css/style.css b/web/assets/css/style.css index 348bfc48..95a49c24 100644 --- a/web/assets/css/style.css +++ b/web/assets/css/style.css @@ -212,6 +212,10 @@ section.box table tr { border-top: 1px solid #e7e7e7; } +section.box table tr:hover { + background-color: #c0c0c0; +} + section.box table tr td { padding: 0.4em 1.5em; }