From 5b14ad05b992327464e030fa3bae2a66a0bf7b63 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 25 Apr 2013 14:10:47 +0200 Subject: webapp: color filenames when hovering them --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 34d069a..531ef9d 100644 --- a/static/style.css +++ b/static/style.css @@ -7,3 +7,6 @@ td { .filename { display: block; } +.filename:hover { + background-color: #eee; +} -- cgit v1.2.3