white tab fix for custom reports

So what is the fix for the white tabs within custom reports? I see the question but I don't see the answer.

Thanks,

I'm looking for this as well....

Donna Zalar
PowerSchool Administrator
Lake Local Schools

dzalar@lakeschools.org

I found it on page 8 of the comments
jtreadwell
Fri, 07/12/2013 - 1:59pm
Permalink
re: PowerSchool 7.8 and white tabs
I've found some settings that make the tabs show as intended again. They are all in 1 file so I'm deciding if that file should be uploaded by itself or if a full release is necessary.
For those more adventurous:
File: /images/css/theme/dark-hive/jquery-ui.custom.css
Lines to change:
69:
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #444444; background: #222222 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #eeeeee; }
73:
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
Add !important to border, background and color. Should look like the code below (if it shows up)
69:
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #444444 !important; background: #222222 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x !important; font-weight: normal; color: #eeeeee !important; }
73:
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #26b3f7 !important; background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x !important; font-weight: normal; color: #ffffff !important; }
I think that's all I changed. I played with it a bit until it worked but I think thats all it needed.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org

Hi Jason,

I am only adventures on our test server. How do I find the line number in the script to change it?

Thank you

Laura McBaine
PowerSchool Administrator
Northwestern Regional 7
Winsted, CT

I made the changes but it didn't fix it, still have white tabs. Any ideas on what I should do?

Kathy Stainbrook
Computer Technician Student Information Manager
Centerville-Abington Community Schools
115 West South Street
Centerville, IN 47330
kstainbrook@centerville.k12.in.us
Phone: 765-855-3475 Ext 2193
Fax: 765-855-3815

Me too, me too! Help :)

Why not use the built-in "PowerSchool tabs"?

I decided to be adventurous for a change and implemented the fixes on our live server. Now, the tabs are fixed where they are visible, but all of the reports are all listed under each tab! (VS 7.8.2) I even put the old version back in and published and it had no effect. Any advice would be greatly appreciated!
Thank you

The next day, it reverted back to it's original state - white tabs. So strange!

I made the changes but didn't fix mine. What can I do?

Kathy Stainbrook
Computer Technician Student Information Manager
Centerville-Abington Community Schools
115 West South Street
Centerville, IN 47330
kstainbrook@centerville.k12.in.us
Phone: 765-855-3475 Ext 2193
Fax: 765-855-3815

I made the changes you had on here but my tabs are still white. Any ideas on what I need to do?

Kathy Stainbrook
Computer Technician Student Information Manager
Centerville-Abington Community Schools
115 West South Street
Centerville, IN 47330
kstainbrook@centerville.k12.in.us
Phone: 765-855-3475 Ext 2193
Fax: 765-855-3815

When you are adding !important to border, background and color, there is a space before each entry of !important. Perhaps that's not clear to all who tried Jason's recommendation?

Made the change. Changed the tabs but when I logged out and back in changed them back to white. Any suggestions?

Claudia Zeppieri

I had to clear my browser cache after applying the fix for it to display properly.

I have NEVER made any changes in Custom Page Management. But with Jason Treadwell's instructions under pkrecsy's comment above I was able to fix the white tab problem very easily!! Thank you, Jason!!

Subscribe to Comments for "white tab fix for custom reports"