28.03.2023, 10:28
(This post was last modified: 28.03.2023, 10:29 by cdebackere.)
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.
Now it's just a matter of writing proper css to get the look I need
Thanks.
I
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