プロジェクト

全般

プロフィール

Vote #75603

未完了

Issue tables : highlight issues of level 0

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
0
issue_org_id:
17971
author_id:
36999
assigned_to_id:
0
comments:
4
status_id:
1
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

Make the font of the subkect bigger

Css :


.issues td.subject {
        font-weight:bold;
}

.issues tr[class*='idnt-'] td.subject {
        font-weight:normal;
}

journals

--------------------------------------------------------------------------------
Update : only if issues *sorted by parent task* :

<pre><code class="css">
.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;
}
</code></pre>
--------------------------------------------------------------------------------
I suppose that because it's only css modifications, it can be put in a theme.

So you can close this issue.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Admin Redmine さんが約2年前に更新

  • カテゴリUI_10 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0