13.06.2022, 07:07
Add this to Mosaic Custom CSS (top right menu > Settings & themes). Change test to your custom category name.
Code:
a[href="#s/test"] .icon-menu {
background-image: url(/scada/resources/icons/alarm-active.svg);
}
a[href="#s/test"] .icon-menu::before {
display: none !important;
}