mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
73d4c9ae26
task-4178061 Part of task-4177975 closes odoo/design-themes#907 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features_grid" inherit_id="website.s_features_grid">
|
|
<!-- Icons -->
|
|
<xpath expr="//i" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[2]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[3]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[4]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[5]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="(//i)[6]" position="attributes">
|
|
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|