Also restore the "expand all" and "collapse all" buttons

This commit is contained in:
K900
2022-08-12 09:46:17 +03:00
parent 74caaa696e
commit 93bbd6925b
3 changed files with 14 additions and 2 deletions

View File

@ -33,6 +33,11 @@ span:target > span.dep-tree-line {
font-weight: bold;
}
span.dep-tree-buttons {
font-style: italic;
padding-left: 10px;
}
span.disabled-project, span.disabled-jobset, span.disabled-job {
text-decoration: line-through;
}