- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 05:47 PM
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.
Cheers
Nidhin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 10:12 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 09:36 PM
Hi Nidin,
Which version are you on?
Thanks,
Mrudula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 10:08 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 10:22 PM
Hi Nidhin,
Have you tried 'Basic Configuration UI16'?
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 10:12 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 10:26 PM
Hi Dewan,
Thanks a ton! The script did the trick.
Cheers
Nidhin