black line under the statusbar icon

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
adblockhead

black line under the statusbar icon

Post by adblockhead »

Can I remove the black line under the statusbar icon?
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

You can toggle the line with:

ctrl+shift+k
adblockhead

Post by adblockhead »

That worked!!! Bless You!
But I like quickblock,so I put (from your hint)
/**** Adblock icon on statusbar ****/

statusbarpanel[id="adblock-icon"][quickblock="full"]
{
color: #ece9d8 !important;
}
in userContent.css
color matches statusbar and line disappeared
Bless us All !!!
Guest

Post by Guest »

LOL, that line has been driving me crazy for months, I thought it was a theme bug. :shock:
hhh

Post by hhh »

To banish it totally via userChrome.css, try

Code: Select all

statusbarpanel[id="adblock-icon"][quickblock="full"] > [id="adblock-status-image"] {
	border: none !important; }
statusbarpanel[id="adblock-icon"][quickblock="partial"] > [id="adblock-status-image"] {
	border: none !important; }
Guest

Post by Guest »

not if you have extensions like scrapbook, all-in-one sidebar that mess with the features.
Post Reply