mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 18:18:12 -03:30
Latest UI changs. First iteration on Jobs page.
This commit is contained in:
@@ -248,4 +248,23 @@
|
||||
|
||||
.well {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Jobs page */
|
||||
.jobs-table tbody tr:hover > td,
|
||||
.jobs-table tbody tr:hover > th {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.job-error, .job-failure {
|
||||
color: #da4f49;
|
||||
}
|
||||
|
||||
.job-new {
|
||||
color: #778899;
|
||||
}
|
||||
|
||||
.job-pending, .job-running {
|
||||
color: #5bb75b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user