I've been unable to figure out how to remove the css background-image property in .item-list .pager

In graphics.css line 109 you have:
#primary .singlepage .node .content ul li, .comment ul li {
background:url("img/leaf.gif") no-repeat scroll 0 2px transparent;
list-style:none outside none;
}

In typography.css line 252 you have the following but it seems to be overridden by graphics.css line 109. In Firebug it is crossed out.
.item-list .pager li {
background:none repeat scroll 0 50% transparent;
}

I've tried putting the same code in graphics.css but that didn't work either.

thanks, Tim

Comments

Deepika.chavan’s picture

Hi ,
In my case I don't see any background image for .item-list .pager may be because of following code in system.css (line 170)

.item-list .pager li {
background-image:none;
display:inline;
list-style-type:none;
padding:0.5em;
}

If you don't have above code in system.css file then you can add the code in your theme's style.css file. Hope this helps.

Rgrds,

Deepika Chavan.

saslib’s picture

Thanks. I just realized the problem only appears on an OG home page using the default og-ghp-ron view. I can just replace that view I think.
Tim

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.