Fix missing -- prefix on Open Color variables (#43256).

git-svn-id: https://svn.redmine.org/redmine/trunk@24381 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-01-29 04:48:27 +00:00
parent cee2a01eaa
commit a324737008

View File

@@ -192,8 +192,8 @@ td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::af
}
.version.task_late {
background: var(oc-red-5) url(/milestone_late.png);
border: 1px solid var(oc-red-5);
background: var(--oc-red-5) url(/milestone_late.png);
border: 1px solid var(--oc-red-5);
height: 2px;
margin-top: 3px;
}
@@ -221,8 +221,8 @@ td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::af
}
.project.task_late {
background: var(oc-red-5) url(/milestone_late.png);
border: 1px solid var(oc-red-5);
background: var(--oc-red-5) url(/milestone_late.png);
border: 1px solid var(--oc-red-5);
height: 2px;
margin-top: 3px;
}