mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_orchid: revamp the theme
task-4178087 part of task-4177975 Part-of: odoo/design-themes#969 Related: odoo/odoo#182029 Signed-off-by: Alice Gaudon (agau) <agau@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
563bce5b46
commit
de490359d6
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
|
||||
<template id="configurator_s_process_steps" inherit_id="website.configurator_s_process_steps">
|
||||
<!-- Section Colors -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
|
||||
<!-- Steps 1 -->
|
||||
<xpath expr="//div[hasclass('s_process_step_number')]" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-2" remove="bg-primary-light" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_process_step_number')]//h3" position="attributes">
|
||||
<attribute name="class" remove="text-primary" add="text-o-color-5" separator=" "/>
|
||||
</xpath>
|
||||
|
||||
<!-- Steps 2 -->
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')])[2]" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-2" remove="bg-primary-light" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')]//h3)[2]" position="attributes">
|
||||
<attribute name="class" remove="text-primary" add="text-o-color-5" separator=" "/>
|
||||
</xpath>
|
||||
|
||||
<!-- Steps 3 -->
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')])[3]" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-2" remove="bg-primary-light" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')]//h3)[3]" position="attributes">
|
||||
<attribute name="class" remove="text-primary" add="text-o-color-5" separator=" "/>
|
||||
</xpath>
|
||||
|
||||
<!-- Steps 4 -->
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')])[4]" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-2" remove="bg-primary-light" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('s_process_step_number')]//h3)[4]" position="attributes">
|
||||
<attribute name="class" remove="text-primary" add="text-o-color-5" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user