White tab background - change to theme color

Contains tips for configurators working with Aware IM
Post Reply
ACDC
Posts: 1142
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

White tab background - change to theme color

Post by ACDC »

If you are using the Blue or Gray theme and want to get rid of the white background in your tabs go to the .css file and change the background settings under ".x-tab-panel-body as follows:


.x-tab-panel-body {
border-color:#d0d0d0;
background:#EEEEEE;
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Post by RLJB »

Hi ACDC

Can you please give us some more info on what CSS file you changed to fix this?

Thanks
Rod.
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
ACDC
Posts: 1142
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Post by ACDC »

sure, if you go to the theme file, eg:

Tomcat\webapps\AwareIM\ext20\resources\xtheme-gray.css

Open the file with a text editor and do a Find on .x-tab-panel-body
and change the parameters according to my example

If you do not find .x-tab-panel-body in the file, then insert it into the file

BTW remember to refresh the browser to get the new .css update
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Post by RLJB »

Hi ACDC

Have you tried doing this on the recent Aware version (ie using Extjs 4)?

It appears to not have tab-panel-body as a variable in the scss variables file, so can't change it?

Thanks

Rod
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
ACDC
Posts: 1142
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Post by ACDC »

Hi Rod
sorry, I don't use this feature anymore, but if you try scoping it with firebug you should find some setting there
Post Reply