Bug 1192195 - Provide a style for result-status skipped

This commit is contained in:
Jonathan French 2015-08-07 12:34:10 -04:00
Родитель 1d0bfafeb7
Коммит 6130e1f6eb
1 изменённых файлов: 16 добавлений и 3 удалений

Просмотреть файл

@ -1180,34 +1180,47 @@ ul.failure-summary-list li .btn-xs {
background-color: rgba(2, 131, 44, 0.24);
border-color: rgba(2, 131, 44, 0.24);
}
.result-status-shading-testfailed {
background-color: rgba(221, 102, 2, 0.25);
border-color: rgba(221, 102, 2, 0.25);
}
}
.result-status-shading-busted {
background-color: rgba(144, 0, 0, 0.25);
border-color: rgba(144, 0, 0, 0.25);
}
}
.result-status-shading-skipped {
background-color: rgba(101, 191, 221, 0.25);
border-color: rgba(101, 191, 221, 0.25);
}
.result-status-shading-exception {
background-color: rgba(61, 2, 85, 0.25);
border-color: rgba(61, 2, 85, 0.25);
}
}
.result-status-shading-retry {
background-color: rgba(38, 63, 195, 0.25);
border-color: rgba(38, 63, 195, 0.25);
}
.result-status-shading-usercancel {
background-color: rgba(250, 115, 172, 0.25);
border-color: rgba(250, 115, 172, 0.25);
}
.result-status-shading-pending {
background-color: rgba(160, 160, 160, 0.2);
border-color: rgba(160, 160, 160, 0.2);
}
.result-status-shading-running {
background-color: rgba(70, 70, 70, 0.25);
border-color: rgba(70, 70, 70, 0.25);
}
.result-status-shading-coalesced {background-color: white;}
.click-able-icon, .nav-tabs li {