diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-04-25 14:10:47 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-04-25 14:10:47 +0200 |
commit | 5b14ad05b992327464e030fa3bae2a66a0bf7b63 (patch) | |
tree | 33264bf55b4ca3b424ebd44a2518610a615eee38 | |
parent | a241ae82ae98b5e94215a62a7d8d39e003012f27 (diff) | |
download | debian-dedup-5b14ad05b992327464e030fa3bae2a66a0bf7b63.tar.gz |
webapp: color filenames when hovering them
-rw-r--r-- | static/style.css | 3 |
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; +} |