mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
b2beaaffa0
*: theme_artists, theme_clean, theme_enark, theme_loftspace, theme_nano, theme_notes This commit adapts customizations for `s_quotes_carousel_compact`. task-4174008 Part of task-4077427 closes odoo/design-themes#993 Related: odoo/odoo#184670 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
20 lines
841 B
XML
20 lines
841 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_quotes_carousel_compact" inherit_id="website.s_quotes_carousel_compact">
|
|
<xpath expr="//div[hasclass('s_quotes_carousel_compact')]" position="attributes">
|
|
<attribute name="class" remove="o_cc2 carousel-dark" add="o_cc3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
|
|
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
|
|
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
|
|
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|