summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras <evangelos@foutrelis.com>2017-06-29 06:04:17 +0300
committerGitHub <noreply@github.com>2017-06-29 06:04:17 +0300
commit50a5f9a7a49515f609e76dc1d5e0876d3f95ef7f (patch)
treef58e35acb3f5aff12f22dc5ce5f35c9e31851f6f
parent87f13a40b759397574c3d3168fc9db9c34060018 (diff)
parent37ba7bb08db46e91d127d3df543b58f09ef7f534 (diff)
downloadarchweb-50a5f9a7a49515f609e76dc1d5e0876d3f95ef7f.tar.gz
archweb-50a5f9a7a49515f609e76dc1d5e0876d3f95ef7f.zip
Merge pull request #41 from eworm-de/highlight
dev dashboard: highlight table rows on mouse hover
-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;