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.

VISU slide value %
#1
Hi,

is it possible see the status value in the button of the slide ?

   

(inside the blu button)

BR,

Alberto
KNX Advanced Partner + Tutor
Reply
#2
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);
}
Reply
#3
Hi,

is it possible repeat the +/- step by hold the button ?

BR,
Alberto
KNX Advanced Partner + Tutor
Reply
#4
Using 4-bit dimmer is a better solution for this.
Reply
#5
(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
Reply
#6
Change top: 50%; to top: 50% !important;
Reply


Forum Jump: