From b42b3e7a5728b37a559a34072a2a9b0658c0c558 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 13 Sep 2016 11:54:30 +0200 Subject: changes: Fix row highlighting on hover --- modules/changes/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/changes/changes.html b/modules/changes/changes.html index cda3da1..1a987c2 100644 --- a/modules/changes/changes.html +++ b/modules/changes/changes.html @@ -187,12 +187,12 @@ h1{ #urlstable tr{ cursor:pointer; } -#urlstable tr:hover{ - background-color:#ddd; -} #urlstable tr:nth-child(2n){ background-color:#eee; } +#urlstable tr:hover{ + background-color:#ddd; +} #urlstable td{ height:100%; vertical-align:middle; -- cgit v1.2.3-54-g00ecf