mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
32 lines
2.1 KiB
XML
32 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="treehouse_options" inherit_id="website.snippet_options">
|
|
<xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
|
|
<attribute name="data-selector" separator="," add=".s_images_captions_fw [class*='col-'], .media-content, .media-options, .profile-body, .profile-options > [class*='col-'], .carousel-box-content, .s_text_block_image_fw [class*='col-'], .news-carousel-time, .news-carousel-content, .s_four_columns_fw [class*='col-'], .s_masonry_block .block"/>
|
|
</xpath>
|
|
<xpath expr="//div[@data-js='background']" position="attributes">
|
|
<attribute name="data-selector" separator="," add=".s_images_captions_fw [class*='col-'], .media-content, .media-options, .profile-body, .profile-options > [class*='col-'], .carousel-box-content, .s_text_block_image_fw [class*='col-'], .news-carousel-time, .news-carousel-content, .s_four_columns_fw [class*='col-'], .s_masonry_block .block"/>
|
|
</xpath>
|
|
|
|
<!-- Layout -->
|
|
<xpath expr="//div[@data-js='sizing_y']" position="attributes">
|
|
<attribute name="data-selector" separator="," add="h1, h2, h3, h4, h5, h6"/>
|
|
</xpath>
|
|
|
|
<!-- Styles -->
|
|
<xpath expr="//div[@id='so_main_colorpicker']" position="after">
|
|
<div data-selector="h1, h2, h3, h4, h5, h6">
|
|
<div class="dropdown-submenu">
|
|
<a tabindex="-1" href="#" class="dropdown-item"><i class="fa fa-paint-brush"/>Style</a>
|
|
<div class="dropdown-menu">
|
|
<a href="#" class="dropdown-item" data-toggle-class="text-muted">Muted</a>
|
|
<a href="#" class="dropdown-item" data-toggle-class="text-uppercase">Uppercase</a>
|
|
<a href="#" class="dropdown-item" data-toggle-class="text-underline">Underline</a>
|
|
<a href="#" class="dropdown-item" data-toggle-class="text-boxed">Boxed</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|