summaryrefslogtreecommitdiff
path: root/modules/changes
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-09-13 11:54:30 +0200
committertomsmeding <tom.smeding@gmail.com>2016-09-13 11:54:38 +0200
commitb42b3e7a5728b37a559a34072a2a9b0658c0c558 (patch)
tree2ce1e7bbbc1fd286ad7086ee2f2e15a6955c056b /modules/changes
parent0ce4a4dbfa0144c9eab0916ae6d7395cca9a223d (diff)
changes: Fix row highlighting on hover
Diffstat (limited to 'modules/changes')
-rw-r--r--modules/changes/changes.html6
1 files changed, 3 insertions, 3 deletions
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;