diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index fcfac61b..d1abc4af 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -67,6 +67,6 @@ marktable { font-size: .9em; } -marktable row:nth-child(odd):not(:selected) { - background-color: alpha(currentColor, .05); +marktable row:nth-child(odd):not(:selected):not(:hover) { + background-color: alpha(currentColor, .02); }