summaryrefslogtreecommitdiff
path: root/inject/company-switcher.css
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2025-06-25 16:51:18 +0200
committermartin f. krafft <madduck@madduck.net>2025-07-01 22:18:29 +0200
commit4069c600b52213e01a727d786a6133435213bb43 (patch)
tree134f631ceda022f56969c514253f49f762103c86 /inject/company-switcher.css
initial commit
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;
+}
+*/