Project

General

Profile

Actions

Patch #17971

open

Issue tables : highlight issues of level 0

Added by Jérôme BATAILLE over 9 years ago. Updated almost 8 years ago.

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;
}
Actions #1

Updated by Toshi MARUYAMA over 9 years ago

  • Category set to UI
Actions #2

Updated by Jérôme BATAILLE over 9 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;
}
Actions #3

Updated by Jérôme BATAILLE almost 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 #4

Updated by Toshi MARUYAMA almost 8 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF