css: do not highlight rows without link

This commit is contained in:
Thomas Gelf 2015-10-26 10:57:56 +01:00
parent 2771e1131d
commit b411c6135a
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ table.simple {
background-color: #f6f8fa; background-color: #f6f8fa;
} }
tr:hover { tr[href]:hover {
background-color: #888; background-color: #888;
td { td {
color: white; color: white;