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

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