From 4fd3fc93faf3f965afc1fbbaf2b8bc27f9101eac Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 20 Nov 2012 15:57:36 +0100 Subject: [PATCH] Revert "SONAR-1924 Highlight line of table when mouse comes over a line" This reverts commit 571825f60e9dde56e265cd38fe596ddbd7defad5. --- sonar-server/src/main/webapp/stylesheets/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 06d16c79df4..4f0359c0f52 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -441,15 +441,11 @@ table.data th img, table.data td img { background-color: #CAE3F2 !important; } -.hoverable:hover, table.data tbody tr.selected:hover { - background-color: #4B9FD5 !important; -} - -table.nohighlight tbody tr:hover { +table.nohighlight .odd:hover { background-color: #fff !important; } -table.nohighlight tbody .even:hover { +table.nohighlight .even:hover { background-color: #EFEFEF !important; } -- 2.39.5