Files
design-themes/theme_clean/views/snippets/s_quotes_carousel.xml
T
Brieuc-brd 1ae012f908 [FIX] theme_clean: adapt s_quotes_carousel first image
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>
2024-09-21 16:34:53 +00:00

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>