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