Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
27 lines (16 loc) · 576 Bytes

File metadata and controls

27 lines (16 loc) · 576 Bytes

チケットの編集画面でカスタムフィールドの名称の文字色を変更する

カスタムフィールドの名称の文字色を変更して表示します。

対応バージョン:RedMica 3.1

設定

パスのパターン: /issues/

挿入位置: 全ページのヘッダ

種別: CSS

コード:

/* チケットの編集画面でカスタムフィールドの名称の文字色を変更する */
.edit_issue .tabular label:has(+ .cf_カスタムフィールドのID){
  color: red;
}

カスタマイズ結果