Indicate disabled/hidden projects/jobsets in the overviews

This commit is contained in:
Eelco Dolstra
2013-02-21 11:57:48 +01:00
parent 8db83d2017
commit 5099375549
3 changed files with 10 additions and 2 deletions

View File

@ -34,3 +34,11 @@ span:target > span.dep-tree-line {
margin-top: -40px;
display: inline-block; /* required for webkit browsers */
}
span.disabled-project, span.disabled-jobset {
text-decoration: line-through;
}
span.hidden-project a, span.hidden-jobset a {
color: gray;
}