summaryrefslogtreecommitdiff
path: root/code_backend_theme/static/src/xml/styles.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /code_backend_theme/static/src/xml/styles.xml
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'code_backend_theme/static/src/xml/styles.xml')
-rw-r--r--code_backend_theme/static/src/xml/styles.xml25
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