blob: 1d598d817577f069f24a3a47065ef346693e44da (
plain)
1
2
3
4
5
6
7
8
9
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;
}
*/
|