Changing the tab background from gray to a custom color

mr_njk
Kilo Contributor

Hi,

Has anyone tried changing the background of the tabs? I have a requirement to change the background color of the tabs to match the company theme and I am unable to figure out where to change it. Below is an example. I would like to have the background for Schedule, Conflicts etc set to Blue instead of the default gray.

find_real_file.png

Cheers

Nidhin

1 ACCEPTED SOLUTION

dewan_pavel
Giga Expert

Hi Nidhin



Though it is not recommended as it may have performance impact, but you can try the following code within onload client script for global table:



$j('.tabs2_tab').css({  


  'background-color' : 'your desired color code',


    });  



Thanks


Dewan



View solution in original post

11 REPLIES 11

Mrudula6
Mega Guru

Hi Nidin,



Which version are you on?



Thanks,


Mrudula


mr_njk
Kilo Contributor

Hi Mrudula,



The instance we are on is Geneva. I have a personal developer instance which is in Helsinki and it behaves the same way.



Thanks


Nidhin


Hi Nidhin,



Have you tried 'Basic Configuration UI16'?





Raj


dewan_pavel
Giga Expert

Hi Nidhin



Though it is not recommended as it may have performance impact, but you can try the following code within onload client script for global table:



$j('.tabs2_tab').css({  


  'background-color' : 'your desired color code',


    });  



Thanks


Dewan



Hi Dewan,



Thanks a ton! The script did the trick.



Cheers


Nidhin