diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index f372d865a..dc3a69492 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3583,23 +3583,19 @@ class XmlForm_Field_Listbox extends XmlForm_Field $html .= $this->renderHint(); return $html; } elseif ($this->mode === 'view') { - $html = 'NSFieldType() . ' style="background: none;" disabled="disabled">'; foreach ($this->option as $optionName => $option) { - if ((in_array( $optionName, $value )) == 1) { - $html .= ' '; - } else { - $html .= ''; - } + $html .= ''; } foreach ($this->sqlOption as $optionName => $option) { - $html .= ''; + $html .= ''; } $html .= ''; foreach ($this->option as $optionName => $option) { - $html .= ''; + $html .= ''; } foreach ($this->sqlOption as $optionName => $option) { - $html .= ''; + $html .= ''; } return $html; } else { diff --git a/workflow/engine/skinEngine/base/css/form.css b/workflow/engine/skinEngine/base/css/form.css index 8780d5632..03345fe23 100644 --- a/workflow/engine/skinEngine/base/css/form.css +++ b/workflow/engine/skinEngine/base/css/form.css @@ -587,14 +587,8 @@ INPUT { } .module_ListBoxView { - color: white; - background:#CCDDFF; - padding:1px; - border:1px solid #AAA; - padding-left:3px; - background-position:0px 0px; - font :normal 8pt sans-serif; + background: #0A246A; } .module_app_inputHover___gray { diff --git a/workflow/engine/skinEngine/uxmodern/css/form.css b/workflow/engine/skinEngine/uxmodern/css/form.css index 8780d5632..03345fe23 100644 --- a/workflow/engine/skinEngine/uxmodern/css/form.css +++ b/workflow/engine/skinEngine/uxmodern/css/form.css @@ -587,14 +587,8 @@ INPUT { } .module_ListBoxView { - color: white; - background:#CCDDFF; - padding:1px; - border:1px solid #AAA; - padding-left:3px; - background-position:0px 0px; - font :normal 8pt sans-serif; + background: #0A246A; } .module_app_inputHover___gray { diff --git a/workflow/engine/skinEngine/uxs/css/form.css b/workflow/engine/skinEngine/uxs/css/form.css index 16d2a0b68..50ce3f1b4 100644 --- a/workflow/engine/skinEngine/uxs/css/form.css +++ b/workflow/engine/skinEngine/uxs/css/form.css @@ -617,14 +617,8 @@ } .module_ListBoxView { - color: white; - background:#CCDDFF; - padding:1px; - border:1px solid #AAA; - padding-left:3px; - background-position:0px 0px; - font :normal 8pt sans-serif; + background: #0A246A; } .module_app_inputHover___gray {