From b29789277568b1acf0db786ec42f2367c13ada68 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Date: Thu, 7 Jul 2011 00:19:38 +0200
Subject: [PATCH] file list hover effect

---
 files/css/files.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/files/css/files.css b/files/css/files.css
index ed19a560ea..bf67b3bdcc 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -80,6 +80,9 @@ table {
 	width: 90%;
 }
 
+tbody tr:hover, tbody tr:active { background-color:#eee; }
+tbody a { color:#000; }
+
 table td.filesize, table td.date
 {
     width: 5em;
-- 
GitLab