@namespace none;

/* Originally from... I don't know what. Linkification messed the URL up, and I don't have access to my copy. */

/* Update 2007-11-30 -- add white for broken SSL, commented out */

@-moz-document url(chrome://browser/content/browser.xul) {
   #urlbar[level="high"] #autocomplete-security-wrapper {
      background-color: rgb(175, 255, 175) !important;
   }
   #urlbar[level="low"] #autocomplete-security-wrapper {
      background-color: rgb(255, 255, 175) !important;
   }
   #urlbar[level="broken"] #autocomplete-security-wrapper {
      /* red */
      background-color: rgb(255, 175, 175) !important;
      /* white -- since that's all it means */
      /*background-color: white !important; */

   }
}