mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user