From c6484013c8854faae098aaa5feeb3b4538ee7809 Mon Sep 17 00:00:00 2001 From: dbwells Date: Mon, 4 Apr 2011 18:06:14 +0000 Subject: [PATCH] Fix edit highlighting in Serial Control View git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19977 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/serial/editor_base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/serial/editor_base.js b/Open-ILS/xul/staff_client/server/serial/editor_base.js index efc08fd75f..735d02d56e 100644 --- a/Open-ILS/xul/staff_client/server/serial/editor_base.js +++ b/Open-ILS/xul/staff_client/server/serial/editor_base.js @@ -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); -- 2.11.0