summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-06-07 10:24:51 +0200
committerChristian Hesse <mail@eworm.de>2018-06-07 10:24:51 +0200
commit577198a079489ba3e5522293deaa82adcddcded4 (patch)
treef54c5c0d9a8159a213bcd0e7e3bb1a5e3916fcf7 /sitestatic
parent91e49c7e564e3b90b1be2a18eba074b022ce3256 (diff)
downloadarchweb-577198a079489ba3e5522293deaa82adcddcded4.tar.gz
archweb-577198a079489ba3e5522293deaa82adcddcded4.zip
pkglist-results: 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 c7e8bc0d..01516268 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -977,6 +977,7 @@ table td.country {
#clocks-table tr:hover,
#dev-dashboard tr:hover,
#dev-todo-pkglist tr:hover,
+#pkglist-results tr:hover,
#stats-area tr:hover {
background: #ffd;
}