odoo/odoo#288923

Created by JavaScript, Julien Carion (juca)

Blocked

label
odoo-dev:20.0-export-dialog-revamp-6090205-juca
head
c2224f56fb12a1f01abe871f38157a45062b52e0
odoo/odoo odoo/documentation
20.0 #288923 ready #20109 missing r+
master

[FIX] web: round the export template name input

The template name input of the export dialog rendered with square corners while the select it replaces is rounded: the webclient resets the border radius of bare inputs and that reset outranks .form-control. Restore it on that input so both controls match. The .input-group rules still flatten the edge facing the buttons, for the input as they already did for the select.