@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

@-moz-document url("chrome://browser/content/browser.xul"),
      url("chrome://navigator/content/navigator.xul"),
      url("chrome://messenger/content/messenger.xul"),
      url("chrome://messenger/content/messageWindow.xul"),
      url("chrome://midbrowser/content/midbrowser.xul"),
      url("chrome://emusic/content/startup.xul"),
      url("chrome://webrunner/content/webrunner.xul"),
      url("chrome://global/content/customizeToolbar.xul") {

  /* Remove Adblock Plus icon from the status bar */
  #abp-status image {
    display: none !important;
  }

  /* Show text */
  #abp-status:after {
    content: "Adblock";
    text-decoration: inherit;
  }
  #abp-status[abpstate="disabled"]:after {
    content: "Disabled";
  }

  #abp-status[abpstate="disabled"] {
    color: #999999;
  }
  #abp-status[abpstate="whitelisted"] {
    color: #008000;
  }

  /* Restore old behavior of the text */
  #abp-status:hover
  {
    text-decoration: underline;
  }
}