@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
/* Remove Adblock Plus icon from the status bar */
#abp-status image {
  display: none !important;
}

/* Make Adblock Plus text visible in the status bar */
#abp-status label {
  display: -moz-box !important;
}