Tower: upload cetmix_tower_server 16.0.3.0.1 (via marketplace)

This commit is contained in:
2026-04-27 08:18:09 +00:00
parent 121fcd2639
commit ee0ef6b69d

View File

@@ -0,0 +1,44 @@
// Custom styles ONLY for AceCommandField - more specific selectors
.o_field_widget.o_field_ace_tower {
display: block !important;
}
.o_field_widget[data-field-name] .o_field_ace.ace-command-field {
min-height: 200px !important;
height: auto !important;
width: 100% !important;
display: block !important;
.ace_editor {
min-height: 200px !important;
height: auto !important;
width: 100% !important;
border: 1px solid #ced4da;
border-radius: 4px;
display: block !important;
}
.ace_content {
min-height: 200px !important;
width: 100% !important;
}
.ace_scroller {
width: 100% !important;
// Remove any scroll restrictions that might affect standard ACE
overflow: auto !important;
}
}
// Custom autocomplete popup styles
.ace-autocomplete-popup {
.ace-autocomplete-item {
&:hover {
background-color: #e6f3ff !important;
}
&:last-child {
border-bottom: none !important;
}
}
}