aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-26 12:54:09 +0100
committerHiltjo Posthuma <[email protected]>2015-12-26 12:54:09 +0100
commit63a71643d00b1b407bb12eda34ac0755b4d9c950 (patch)
tree982b2678334d5e472fa4cea21e471adef200f95b /style.css
parent9295d3f1903621475a3a8ea907941598fdc50697 (diff)
downloadstagit-63a71643d00b1b407bb12eda34ac0755b4d9c950.tar.gz
stagit-63a71643d00b1b407bb12eda34ac0755b4d9c950.zip
index: highlight row on mouseover
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 54a9a56..17d92e8 100644
--- a/style.css
+++ b/style.css
@@ -38,7 +38,7 @@ table td {
padding: 0 0.4em;
}
-#log tr:hover td, #files tr:hover td {
+#index tr:hover td, #log tr:hover td, #files tr:hover td {
background-color: #eee;
}