Fix edit highlighting in Serial Control View
authordbwells <dbwells@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Apr 2011 18:05:46 +0000 (18:05 +0000)
committerdbwells <dbwells@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Apr 2011 18:05:46 +0000 (18:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19975 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/serial/editor_base.js

index efc08fd..735d02d 100644 (file)
@@ -353,6 +353,7 @@ serial.editor_base = {
                         }
                     }
                     if (typeof obj.changed[fn] != 'undefined') {
+                        groupbox.setAttribute('style','-moz-appearance: none');
                         groupbox.setAttribute('class','copy_editor_field_changed');
                     }
                     caption = document.createElement('caption'); groupbox.appendChild(caption);