- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
Authentication Failed.
- Authentication Ticket Mismatched, failed authentication.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
