Posts: 129
Threads: 49
Joined: Sep 2017
Reputation:
0
Hi,
is it possible see the status value in the button of the slide ?
(inside the blu button)
BR,
Alberto
KNX Advanced Partner + Tutor
Posts: 129
Threads: 49
Joined: Sep 2017
Reputation:
0
Hi,
is it possible repeat the +/- step by hold the button ?
BR,
Alberto
KNX Advanced Partner + Tutor
Posts: 8588
Threads: 48
Joined: Jun 2015
Reputation:
487
Using 4-bit dimmer is a better solution for this.
Posts: 129
Threads: 49
Joined: Sep 2017
Reputation:
0
(15.01.2026, 13:21)admin Wrote: Add to Custom CSS:
Code:
.slider-handle:after {
background-color: transparent;
display: block;
top: 50%;
left: 0 !important;
right: 0 !important;
transform: translate(0, -50%) !important;
font-size: calc(var(--slider-base-size) / 3);
}
can you help me with the value on vertical slide ? See the image below, please
KNX Advanced Partner + Tutor
Posts: 8588
Threads: 48
Joined: Jun 2015
Reputation:
487
Change top: 50%; to top: 50% !important;