diff options
-rw-r--r-- | coverage/htmlfiles/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index f999eb70..4214af5b 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -308,10 +308,6 @@ td.text { text-decoration: none; color: #000; } -#index td.name a:hover { - text-decoration: underline; - color: #000; - } #index tr.total, #index tr.total_dynamic { } @@ -324,6 +320,10 @@ td.text { #index tr.file:hover { background: #eeeeee; } +#index tr.file:hover td.name { + text-decoration: underline; + color: #000; + } /* scroll marker styles */ #scroll_marker { |