summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Velásquez <angvp@archlinux.org>2017-06-19 15:45:42 -0400
committerGitHub <noreply@github.com>2017-06-19 15:45:42 -0400
commitfb9af2def6cda386f7058d33dbe8945bfabb955f (patch)
treede4228280c37b60efce79af0bfba2e0667be9a17
parenta55b927bcb223fe190e69aba9e942cb5d2a34cec (diff)
parent73c6ac09ae3080791219b3b3bb31cffb20b82e53 (diff)
downloadarchweb-fb9af2def6cda386f7058d33dbe8945bfabb955f.tar.gz
archweb-fb9af2def6cda386f7058d33dbe8945bfabb955f.zip
Merge pull request #37 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 6f48dd73..b1ba0d2d 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,
+#stats-area tr:hover {
+ background: #ffd;
+}
+
/* dev dashboard: flagged packages */
#dash-pkg-notify {
text-align: right;