Patch #17971
Issue tables : highlight issues of level 0
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - |
Description
Make the font of the subkect bigger
Css :
.issues td.subject {
font-weight:bold;
}
.issues tr[class*='idnt-'] td.subject {
font-weight:normal;
}
History
#1
Updated by Toshi MARUYAMA almost 8 years ago
- Category set to UI
#2
Updated by Jérôme BATAILLE over 7 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;
}
#3
Updated by Jérôme BATAILLE over 6 years ago
I suppose that because it's only css modifications, it can be put in a theme.
So you can close this issue.
#4
Updated by Toshi MARUYAMA over 6 years ago
- Description updated (diff)