summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
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;
+}