libsysprof-gtk: tweak styling for marktable

This commit is contained in:
Christian Hergert
2023-06-14 22:31:59 -07:00
parent 11387e5a55
commit b0742d1368

View File

@ -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);
}