From fe4b54ff1cce4870d79cb7f66211b658e8d472c0 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Wed, 17 Jul 2024 17:41:44 +0800 Subject: [PATCH] update theme --- app_web_enterprise/__manifest__.py | 2 +- app_web_enterprise/static/src/scss/app_style_before.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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')}; + } + } +}