23.06.2024, 09:51
hi all,
i want to hide the background image (scada/resources/images/grid.png) at editting visu.
it's not work that custom css.
i want to hide the background image (scada/resources/images/grid.png) at editting visu.
it's not work that custom css.
Code:
#scada-vis-grid {
background-image: none !important;
}