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.

custom css inside widget (slider)
#5
OK
I get it: all the (custom) css classes have 'pcontrol-' added in front of what is configured in the visu editor.
So i now added custom css slider which is in fact pcontrol-slider
When adding that style pcontrol-slider explicitely to the css styles, then it works indeed.

Code:
/*popover slider */
.pcontrol-slider .slider-min,
.pcontrol-slider .slider-max {
  display: none;
}
.pcontrol-slider .slider {
  width: 140px;
  overflow: hidden;
  padding: 13px 0;
}
   
Now it's just a matter of writing proper css to get the look I need

Thanks.

I
Don't ask what we can do in KNX but wonder what we can't - www.KNXlogic.eu
Reply


Messages In This Thread
RE: custom css inside widget (slider) - by cdebackere - 28.03.2023, 10:28

Forum Jump: