summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-04-25 14:10:47 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-04-25 14:10:47 +0200
commit5b14ad05b992327464e030fa3bae2a66a0bf7b63 (patch)
tree33264bf55b4ca3b424ebd44a2518610a615eee38
parenta241ae82ae98b5e94215a62a7d8d39e003012f27 (diff)
downloaddebian-dedup-5b14ad05b992327464e030fa3bae2a66a0bf7b63.tar.gz
webapp: color filenames when hovering them
-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;
+}