summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-06-28 11:50:07 +0200
committerChristian Hesse <mail@eworm.de>2017-06-28 11:50:07 +0200
commit37ba7bb08db46e91d127d3df543b58f09ef7f534 (patch)
treef58e35acb3f5aff12f22dc5ce5f35c9e31851f6f
parent87f13a40b759397574c3d3168fc9db9c34060018 (diff)
downloadarchweb-37ba7bb08db46e91d127d3df543b58f09ef7f534.tar.gz
archweb-37ba7bb08db46e91d127d3df543b58f09ef7f534.zip
dev dashboard: highlight table rows on mouse hover, second try
Commit 73c6ac09ae3080791219b3b3bb31cffb20b82e53 ("dev dashboard: highlight table rows on mouse hover") colored the complete dev dashboard in yellow, this was reverted by d4cd8a2396a475f08ddc6aff2f8ecd4caca8c313 ("Revert "dev dashboard: highlight table rows on mouse hover""). Try again with fixed CSS.
-rw-r--r--sitestatic/archweb.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 86bd1361..d8c66aa3 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -983,6 +983,12 @@ table td.country {
width: auto;
}
+/* dev: dashboard: dashboard and stats area */
+#dev-dashboard tr:hover,
+#stats-area tr:hover {
+ background: #ffd;
+}
+
/* dev dashboard: flagged packages */
#dash-pkg-notify {
text-align: right;