Index: branches/version-2_5-dev/html/js/site.js
===================================================================
--- branches/version-2_5-dev/html/js/site.js	(revision 20566)
+++ branches/version-2_5-dev/html/js/site.js	(revision 20702)
@@ -235,4 +235,9 @@
         for(i = 0; i < len; i++) {
             if(document.form1[list[i]]) {
+                var current_color = document.form1[list[i]].style.backgroundColor;
+                if (color != "#dddddd" && (current_color == "#ffe8e8" || current_color == "rgb(255, 232, 232)"))
+                {
+                    continue;
+                }
                 document.form1[list[i]].disabled = flag;
                 document.form1[list[i]].style.backgroundColor = color;
