diff --git a/static/style.css b/static/style.css index 13bcf29..74ace65 100644 --- a/static/style.css +++ b/static/style.css @@ -11,7 +11,11 @@ border: 1px solid gray; } -.mts_hover_list{ +tr:hover { + background-color: #f0f0f0; +} + +.mts_hover_list { visibility: hidden; border: gray solid 1px; position: absolute; @@ -32,4 +36,4 @@ td:hover .mts_hover_list { .clickable { text-decoration: underline; cursor: pointer; -} \ No newline at end of file +}