From: David Gageot Date: Mon, 29 Oct 2012 13:13:13 +0000 (+0100) Subject: SONAR-1924 Highlight line of table when mouse comes over a line X-Git-Tag: 3.4~429 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf40d9c4daa576f4f210108f6bf43a291c43c8f5;p=sonarqube.git SONAR-1924 Highlight line of table when mouse comes over a line --- 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 {