Merge pull request #37 from eworm-de/highlight

dev dashboard: highlight table rows on mouse hover
This commit is contained in:
Angel Velásquez 2017-06-19 15:45:42 -04:00 committed by GitHub
commit fb9af2def6

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;