Focal Point
[CLOSED] HTML Canvas 8105m Change tab color for active tab

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6207080196

January 30, 2019, 12:39 PM
devr
[CLOSED] HTML Canvas 8105m Change tab color for active tab
I've got 3 charts in the HTML canvas and I'm using the tab container, one for each tab. Of these 3 tabs, I want to change the color of the tab so that it's more obvious as to which tab one has chosen. It seems it's doing that already but the color is very a subtle light blue and I need it to be a more prominent color.

I've looked through the properties and there doesn't seem to be any background color changes for just the tab itself.

This message has been edited. Last edited by: FP Mod Chuck,


8.0.09
February 04, 2019, 11:15 AM
FP Mod Chuck
Devr

Since no one has be able to provide any guidance if this is still an issue please open a case with techsupport.

I could not find a way to do this either...


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
February 05, 2019, 07:53 AM
MartinY
Add the following under Embedded CSS from your HTML page and then adjust the color as you wish
 .IBI_pageHeader {
 background-color: rgb(8,97,74);
 }
 .IBI_pageHeaderText {
 background-color: rgb(8,97,74);
 color: #fff;
 text-align: left;
 }
 .IBI_pageHeader_Selected {
 background-color: rgb(242,148,47);
 font-style: normal;
 }



WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007