mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
1ae012f908
When redesigning the carousels, some adaptations were made for themes at [1]. This has removed an image record, which introduced a visual issue: it used an UI face image as a background. This commit adapts the record to enhance the background image. [1]: https://github.com/odoo/design-themes/commit/f66833de41f757c65ecf660f7bbc033b6dc64d6a task-4166189 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
12 lines
275 B
XML
12 lines
275 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
|
|
<!-- Section -->
|
|
<xpath expr="//blockquote" position="before">
|
|
<div class="o_we_bg_filter bg-white-25"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|