SpaceLogic KNX Forum
Schneider Electric SpaceLogic KNX forum to get support and share knowledge including selection, installation and troubleshooting for spaceLYnk, Wiser for KNX, eConfigure KNX, SpaceLogic KNX Hybrid module and other topics.
Link copied. Please paste this link to share this article on your social media post.
Is it possible to change color on scheduller / trending top bar?
Customer wants to change it for corporate integration.
Link copied. Please paste this link to share this article on your social media post.
Please check the application note AN006_Advanced techniques in visualization (it is available on this community).
There is described the process of css modification.
Just for example.
Go to Vis.graphics -> Edit custom CSS and write following two lines:
div.navbar-inner{color:#0ffff0 !important}
div.navbar-inner{background-image:linear-gradient(#000000,#ffffff)!important}
Changing the color numbers you will see the effect in the visualization.
Regards
T.
Posted: 2014-09-15 10:27 AM
Link copied. Please paste this link to share this article on your social media post.
Yes, you can do this via CSS.
Everything you need is to search what is the name of this bar If you want, I can show you changes I made.
Link copied. Please paste this link to share this article on your social media post.
Please check the application note AN006_Advanced techniques in visualization (it is available on this community).
There is described the process of css modification.
Just for example.
Go to Vis.graphics -> Edit custom CSS and write following two lines:
div.navbar-inner{color:#0ffff0 !important}
div.navbar-inner{background-image:linear-gradient(#000000,#ffffff)!important}
Changing the color numbers you will see the effect in the visualization.
Regards
T.
Link copied. Please paste this link to share this article on your social media post.
Thank you again for your quick answer and correct.. I have been trying and everything is ok except the lateral colors that I could not find via firebug. I attach a pic with colors I would need o change.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.