diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index f45161f4..13b01424 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -18,7 +18,7 @@ { 'name': "odoo Enterprise enhance Pack,企业版界面及操作增强", - 'version': '16.23.10.26', + 'version': '16.24.07.17', 'author': 'odooai.cn', 'category': 'Extra tools', 'website': 'https://www.odooai.cn', diff --git a/app_web_enterprise/static/src/scss/app_style_before.scss b/app_web_enterprise/static/src/scss/app_style_before.scss index 9c29a8a8..3191d0d9 100644 --- a/app_web_enterprise/static/src/scss/app_style_before.scss +++ b/app_web_enterprise/static/src/scss/app_style_before.scss @@ -6,3 +6,11 @@ } } } + +.o_form_view:not(.o_field_highlight) { + .o_form_view_container { + .o_field_widget:not(.o_field_invalid):not(.o_field_highlight) .o_input:not(:hover):not(:focus) { + --o-input-border-color: #{map-get($grays, '200')}; + } + } +}