1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Set the color for non-linked checkmark icons (#43280).

git-svn-id: https://svn.redmine.org/redmine/trunk@24090 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-10-31 01:59:01 +00:00
parent e37d288df0
commit 79a411163d

View File

@ -1905,6 +1905,10 @@ span.icon-label {
margin-left: 4px;
}
span.icon-checked:has(:not(a svg.icon-svg)) svg.icon-svg {
stroke: var(--oc-green-8);
}
.sort-handle.ajax-loading { background-image: url(/loading.gif); }
tr.ui-sortable-helper { border:1px solid var(--oc-gray-4); }
svg.svg-loader {