update theme

This commit is contained in:
Ivan Office
2024-07-17 17:41:44 +08:00
parent 869157dd9d
commit fe4b54ff1c
2 changed files with 9 additions and 1 deletions

View File

@@ -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',

View File

@@ -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')};
}
}
}