summaryrefslogtreecommitdiff
path: root/dedup/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dedup/static/style.css')
-rw-r--r--dedup/static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/dedup/static/style.css b/dedup/static/style.css
new file mode 100644
index 0000000..531ef9d
--- /dev/null
+++ b/dedup/static/style.css
@@ -0,0 +1,12 @@
+.dependency {
+ background-color: yellow;
+}
+td {
+ vertical-align: top;
+}
+.filename {
+ display: block;
+}
+.filename:hover {
+ background-color: #eee;
+}