summaryrefslogtreecommitdiff
path: root/inject/company-switcher.css
diff options
context:
space:
mode:
Diffstat (limited to 'inject/company-switcher.css')
-rw-r--r--inject/company-switcher.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/inject/company-switcher.css b/inject/company-switcher.css
new file mode 100644
index 0000000..1d598d8
--- /dev/null
+++ b/inject/company-switcher.css
@@ -0,0 +1,10 @@
+.o_switch_company_item div:nth-child(1) {
+ display: none;
+}
+
+/* Disable the company switcher by preventing pointer events:
+ .o_switch_company_menu button:nth-child(1) {
+ pointer-events: none;
+ opacity: 0.5;
+}
+*/