Actions
Patch #17971
openIssue tables : highlight issues of level 0
Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Make the font of the subkect bigger
Css :
.issues td.subject {
font-weight:bold;
}
.issues tr[class*='idnt-'] td.subject {
font-weight:normal;
}
Updated by Jérôme BATAILLE almost 10 years ago
Update : only if issues sorted by parent task :
.issues.sort-by-parent.sort-asc td.subject {
font-weight:bold;
}
.issues.sort-by-parent.sort-asc tr[class*='idnt-'] td.subject {
font-weight:normal;
}
Updated by Jérôme BATAILLE over 8 years ago
I suppose that because it's only css modifications, it can be put in a theme.
So you can close this issue.
Actions