Logic Machine Forum
css in backend - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: css in backend (/showthread.php?tid=4328)



css in backend - domotiqa - 28.10.2022

Hello,
When trying to view the listbox of the direct curve link in HL/SL, the window is very small. It put category name... so you can't see the whole name.
I try to put the css:

/* taille fenetre choix courbes adaptee largeur */
.x-menu-list {
  background-color: #f0f0f0;
  overflow: scroll;
  overflow-y: scroll;
  width: fit-content;
}



However it's not working on backend scada-main. This css work only on frontend scada-vis.

Is there a trick ? Maybe JS ?
Regards


RE: css in backend - admin - 28.10.2022

Custom CSS/JS is only applied to the visualization pages not to the configurator. Window size can be increased but you will have to wait for the next firmware for this change.