mirror of
https://github.com/redmine/redmine.git
synced 2026-02-05 22:30:15 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user