-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
adding a hover effect on large table rows would make the UI more efficient, in
particular with actual large 16/10 screens (like mine...)
it's as simple as adding:
table.bigtable tr:hover {
background-color: #f4f8ff;
}
at the end of style.css