Logic Machine Forum
About Smartphone and Wiser for KNX - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11)
+--- Thread: About Smartphone and Wiser for KNX (/showthread.php?tid=3709)



About Smartphone and Wiser for KNX - G.K. - 26.11.2021

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


RE: About Smartphone and Wiser for KNX - admin - 26.11.2021

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;
}



RE: About Smartphone and Wiser for KNX - G.K. - 26.11.2021

Awesome.
It works Big Grin