summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-06-07 10:14:55 +0200
committerChristian Hesse <mail@eworm.de>2018-06-07 10:14:55 +0200
commit620dfe75f25f430df685c6d8bd50bd947a94bdcb (patch)
tree16ac3059c2dfd5020f42de8fdbf018cb7a6b7d48 /sitestatic
parent386709f99fbcd037e9022c5a7689769615e7f208 (diff)
downloadarchweb-620dfe75f25f430df685c6d8bd50bd947a94bdcb.tar.gz
archweb-620dfe75f25f430df685c6d8bd50bd947a94bdcb.zip
dev-todo-pkglist: highlight table rows on mouse hover
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 57a8548a..7ba6f677 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -974,6 +974,7 @@ table td.country {
/* dev: dashboard: dashboard and stats area */
#dev-dashboard tr:hover,
+#dev-todo-pkglist tr:hover,
#stats-area tr:hover {
background: #ffd;
}