@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Hides Identity-box label */
#navigator-toolbox:not([customizing]) #identity-box:not(:hover) #identity-icon-label,
#navigator-toolbox:not([customizing]) #identity-box:not(:hover) #identity-icon-labels {
display: none !important;
}

/* Identity-box - Removes Background styling */
#navigator-toolbox:not([customizing]) #identity-box:not(:hover),
#urlbar:not([leftsidestar="true"]):not([level="high"]) #identity-box:hover {
   background: none !important;
   box-shadow: none !important;
   border-color: transparent !important;
}
