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.

About Smartphone and Wiser for KNX
#1
Hello everyone.



Is there a way to shrink a row in Smartphone (Wiser for KNX) and change its color?

I'm planning to use it as a separator.


https://ibb.co/sWHV3D0

Thanks
Reply
#2
Set element's Additional class to separator
Add to Custom CSS:
Code:
.touch .separator {
  height: 32px;
  padding: 0 8px;
  background-color: #F90;
}
.touch .separator .control-button .btn {
  padding: 0 15px;
}
Reply
#3
Awesome.
It works Big Grin
Reply


Forum Jump: