Hey,

Is me back with some support request.

I'm trying to change the coloring of these two tables:

Forum topic
http://www.ageap-usa.org/?q=forum/35

and

Groups list
http://www.ageap-usa.org/?q=og

I ran firebug, but it does not seem to change, and the forum table gets modified only this section:

http://www.ageap-usa.org/?q=forum

#forum table {
width: 100%;
}
#forum td {
padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
background-color: #F5FFFA;
}
#forum td.topics, #forum td.last-reply {
background-color: #F5FFFA;
}
#forum td.container {
background-color: #98FB98;
}
#forum td.container a {
color: # FFFFFF;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
height: 1.5em;
border: 0.5px solid #bbb;
}
#forum td .name {
color: #FFFFFF;
}
#forum td .links {
padding-top: 0.7em;
font-size: 0.9em;
}

Any suggestions will be appreciated,

Os

Comments

vm’s picture

insure that css aggregation is turned off in administer -> performance otherwise changes to css files won't take place.

just a quick thought.

oscarrg78’s picture

Assigned: Unassigned » oscarrg78

Hey, thanks, that works.

I still cannot find it in the css style sheet, any other files or menus to look at?

oscarrg78’s picture

Assigned: oscarrg78 » Unassigned

Alright, got it partially,

The gray coloring is for sorting tables, and is not in the css style file. As the pattern is repeated on the forum topics, groups, and site members list.

Any idea of where to modify this?

Os

margae’s picture

Assigned: oscarrg78 » Unassigned
Status: Active » Closed (fixed)