diff options
Diffstat (limited to 'code_backend_theme/static/src/xml/styles.xml')
| -rw-r--r-- | code_backend_theme/static/src/xml/styles.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/code_backend_theme/static/src/xml/styles.xml b/code_backend_theme/static/src/xml/styles.xml new file mode 100644 index 0000000..cc61085 --- /dev/null +++ b/code_backend_theme/static/src/xml/styles.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<templates id="template" xml:space="preserve"> + <!--Align Invite Button in Settings--> + <t t-inherit="base_setup.res_config_invite_users" t-inherit-mode="extension" owl="1"> + <xpath expr="//div[hasclass('d-flex')]" position="attributes"> + <attribute name="class">d-flex align-items-center</attribute> + </xpath> + </t> + + <!--Remove App Icon in Settings--> + <t t-inherit="web.BaseSetting.Tabs" t-inherit-mode="extension" owl="1"> + <xpath expr="//div[hasclass('tab')]" position="replace"> + <div class="tab" t-attf-data-key="#{tab.key}" role="tab"> + <span class="app_name"><t t-esc="tab.string"/></span> + </div> + </xpath> + </t> + + <!--Active Color for App Counter--> + <t t-inherit="web.SearchPanel.Category" t-inherit-mode="extension" owl="1"> + <xpath expr="//span[hasclass('o_search_panel_counter')]" position="attributes"> + <attribute name="class">o_search_panel_counter ml-2 small</attribute> + </xpath> + </t> +</templates>
\ No newline at end of file |
