Daily updates from Odoo
Tuesday, February 11, 2020
1 change · master
Resolved issues and error corrections
The website live chat input box now uses the intended styling instead of appearing as a plain text area. This improves the customer-facing chat experience and makes the live chat widget look consistent with the rest of the site.
Original PR description
### Issue - Install Website Live Chat - Go on your website - Open livechat The composer is a simple textarea without any style. ### Cause According to the code, the initial idea was to re-use the already existing CSS code for the chatter composer. But it is not the case, because there are missing css files and the structure is incorrect. ### Solution Import the CSS files, fix the structure and add a new class "o_customer_composer" to add styles only to this composer. (e.g. the height, because in the chatter composer, it's computed by the JS) **OPW-2179519** -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr