All tables (lists and related lists) hightight current row on hover. Hover over a row and the background turns white.

This commit is contained in:
chouseknecht
2013-06-06 19:14:04 -04:00
parent 9a98b4f573
commit e58e80bbad
9 changed files with 15 additions and 7 deletions

View File

@@ -280,12 +280,14 @@
padding-bottom: 0;
}
/* Jobs page */
.jobs-table tbody tr:hover > td,
.jobs-table tbody tr:hover > th {
/* Enable table-hover to work when table is in a well */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
background-color: #fff;
}
/* Jobs page */
.job-error, .job-failed,
input[type="text"].job-failed,
input[type="text"].job-error