summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-06-07 10:20:23 +0200
committerChristian Hesse <mail@eworm.de>2018-06-07 10:20:23 +0200
commit91e49c7e564e3b90b1be2a18eba074b022ce3256 (patch)
tree88e9a6807842fd00af8e1756f075e3a6535e6416 /sitestatic
parented01151ac1b768e572cdcb59b75c0d687896127f (diff)
downloadarchweb-91e49c7e564e3b90b1be2a18eba074b022ce3256.tar.gz
archweb-91e49c7e564e3b90b1be2a18eba074b022ce3256.zip
clocks-table: 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 0eecde61..c7e8bc0d 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -974,6 +974,7 @@ table td.country {
/* tables rows: highlight on mouse-vover */
#article-list tr:hover,
+#clocks-table tr:hover,
#dev-dashboard tr:hover,
#dev-todo-pkglist tr:hover,
#stats-area tr:hover {