This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

css in backend
#1
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
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#2
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.
Reply


Forum Jump: