From cf40d9c4daa576f4f210108f6bf43a291c43c8f5 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 29 Oct 2012 14:13:13 +0100 Subject: [PATCH] SONAR-1924 Highlight line of table when mouse comes over a line --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index dc7d85ca0a4..369a734ddd7 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -436,8 +436,8 @@ table.data th img, table.data td img { vertical-align: baseline; } -.hoverable:hover { - background-color: #CAE3F2; +.hoverable:hover, table.data tbody tr:hover { + background-color: #CAE3F2 !important; } .hoverable:hover a { -- 2.39.5