]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1924 Highlight line of table when mouse comes over a line
authorDavid Gageot <david@gageot.net>
Mon, 29 Oct 2012 13:13:13 +0000 (14:13 +0100)
committerDavid Gageot <david@gageot.net>
Mon, 29 Oct 2012 13:13:13 +0000 (14:13 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index dc7d85ca0a49f89d539c3bbc6a8e81ea423f6ac6..369a734ddd7fd0df9f799da7adfc04be01264ce8 100644 (file)
@@ -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 {