From 4069c600b52213e01a727d786a6133435213bb43 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 25 Jun 2025 16:51:18 +0200 Subject: initial commit --- inject/company-switcher.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inject/company-switcher.css (limited to 'inject/company-switcher.css') 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; +} +*/ -- cgit v1.2.3