mirror of
https://github.com/redmine/redmine.git
synced 2026-02-03 13:19:59 +01:00
Merged r24026 from trunk to 6.1-stable (#43280).
git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24027 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1974,10 +1974,22 @@ td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::af
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
a.icon:link .icon-svg, a.icon-only:link .icon-svg, span.icon-actions:link .icon-svg,
|
||||
a.icon:visited .icon-svg, a.icon-only:visited .icon-svg, span.icon-actions:visited .icon-svg {
|
||||
stroke: #169;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
a.icon:hover .icon-svg, a.icon-only:hover .icon-svg, span.icon-actions:hover .icon-svg {
|
||||
stroke: #c61a1a;
|
||||
}
|
||||
|
||||
a.icon:link .icon-svg-filled, a.icon-only:link .icon-svg-filled,
|
||||
a.icon:visited .icon-svg-filled, a.icon-only:visited .icon-svg-filled {
|
||||
stroke: none;
|
||||
fill: #169;
|
||||
}
|
||||
|
||||
a.icon:hover .icon-svg-filled, a.icon-only:hover .icon-svg-filled {
|
||||
stroke: none;
|
||||
fill: #c61a1a;
|
||||
@@ -2000,14 +2012,14 @@ svg.icon-ok {
|
||||
}
|
||||
|
||||
svg.icon-svg {
|
||||
stroke: #169;
|
||||
stroke: #343a40; /* oc-gray-8 */
|
||||
fill: none;
|
||||
stroke-width: 1.5;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
svg.icon-svg-filled {
|
||||
fill: #169;
|
||||
fill: #343a40; /* oc-gray-8 */
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user