Fix unreachable styles, wrong ordering

This commit is contained in:
Thomas Gelf 2014-03-06 09:24:43 +00:00
parent 464e842904
commit a6c03eebd4
1 changed files with 9 additions and 5 deletions

View File

@ -189,11 +189,6 @@ tr.state.invalid td.state {
background-color: @colorInvalid;
}
tr.state.handled td.state {
color: inherit;
background-color: transparent;
}
tr.state.unreachable td.state {
background-color: @colorUnreachable;
}
@ -202,6 +197,15 @@ tr.state.unreachable.handled td.state {
border-left-color: @colorUnreachableHandled;
}
tr.state.handled td.state {
color: inherit;
background-color: transparent;
}
table.compact tr.state td.state strong {
font-size: 0.8em;
}
/* END of special tables and states */