dev dashboard: highlight table rows on mouse hover

Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Christian Hesse 2016-11-07 12:27:30 +01:00
parent a55b927bcb
commit 73c6ac09ae

View File

@ -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;