3fa38072 by mpenner

Change colors of accepted and rejected diff sides in the UserMerger tool. refs #1524

1 parent baddfea0
......@@ -793,8 +793,8 @@ a.remove-option-group, a.remove-option {
#sortable li span { display: block; background: #f7f7f7; padding: 5px; color: #808080; font-size: 14px; font-weight: bold; }
#sortable li.placeholder { border: dashed 2px #ccc; background-color: #FFF; height: 20px; }
.diff-accept { background-color: #0d0; }
.diff-reject { background-color: #c36a5f; }
.diff-accept { background-color: #68be2e; }
.diff-reject { background-color: #ed1f24; }
.arrow-left { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png); }
.arrow-right { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png); }
.arrow-link { width: 16px; height: 20px; display: block; }
......