stryker-html-reporter
Version:
An html reporter for the JavaScript mutation testing framework Stryker
95 lines (80 loc) • 1.24 kB
CSS
.stryker-image{
position: absolute;
top: 5px;
right: 5px;
}
.original-code-disabled{
text-decoration: line-through;
}
.badge *{
color: #fff;
}
.stryker-mutant-button:focus {
outline: none;
}
.legend{
position: sticky;
top: 0;
background: #FFF;
}
.stryker-collapse-expand-all{
padding-left: 10px;
}
h1 small{
font-weight: 200;
}
h1 {
margin-top: 20px;
}
.breadcrumb {
margin-bottom: 40px;
}
*[hidden]{
display: none ;
}
.bg-danger-light {
background-color: #f2dede;
}
.bg-success-light {
background-color: #dff0d8;
}
.bg-warning-light {
background-color: #fcf8e3;
}
a:hover {
text-decoration: none;
}
.progress {
margin-bottom: 0;
}
th.rotate {
/* Something you can count on */
height: 50px;
white-space: nowrap;
}
th.rotate {
padding-bottom: 10px;
}
th.rotate > div {
transform:
translate(27px, 0px)
rotate(325deg);
width: 30px;
}
th.rotate-width-70 > div {
transform:
translate(47px, 0px)
rotate(325deg);
width: 30px;
}
th.rotate > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 0;
}
.table-no-top>thead>tr>th {
border-width: 0;
}
.table-no-top {
border-width: 0;
}
/*.stryker-*/