summaryrefslogtreecommitdiff
path: root/inject/company-switcher.css
blob: b13c3a354d9e209990795b56b1c33d050891e53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Hide the checkboxes:
 * .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;
}
*/