How? Text on transp...
 
Notifications
Clear all

How? Text on transparent background in Admin Table needs changing.

4 Posts
3 Users
0 Reactions
2,255 Views
(@tpkyteroo)
Posts: 3
New Member
Topic starter
 

The problem is that when I go to Admin, then click on say, Categories (for editing), I get text on transparent background, causing the image from the Body tag in the CSS to show through. Apparently, the skin was using the default background color in the Body tag. I was modifying cssZen. the modified skin on my site is called N1.
The Link (I hope I did this correctly, if not I'll edit this.)
So, what part of the CSS sheet do I add a background tag  to, in order to get the background on the tables a different color?

Thanks!


 
Posted : 12/08/2009 1:00 pm
(@lyndsie)
Posts: 1263
Member Moderator
 

If I understand what you mean (since as a non-admin at your site I can't see what you're talking about) what I think you need to do is edit the skin's default.tpl (and probably style.css too) and make sure there's a div around {output} that has a solid background. The skin may not have a default.tpl. If that's the case, take a copy of the one out of default_tpls (leaving the one in there intact!) and add it to your skin. Then modify it.


 
Posted : 12/08/2009 4:09 pm
(@tammy)
Posts: 2577
Member Moderator
 

If it's only tables, you can probably add a background to TABLE in your styles.css.


 
Posted : 12/08/2009 4:11 pm
(@tpkyteroo)
Posts: 3
New Member
Topic starter
 

Thanks for all your help! It turns out that they only had...

.tblborder { 
       border: 1px solid #000;
padding: 6px;
border-collapse: collapse;
}

Adding background-color to it worked!

I was looking for a table tag of some kind, but everything I tried to modify in the css sheet didn't work. I hadn't thought to change the table border tag to have a background.
Problem sovled!
eFiction Rocks! Thanks for the great program.


 
Posted : 12/08/2009 7:31 pm
Share: