#identity-box:hover {
background-color: #FFCF00;
+ color: #000000;
}
#identity-box:hover:active,
#identity-box[open=true] {
background-color: #FF9F00;
+ color: #000000;
}
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
.panel-arrowcontainer:not([panelopen]) {
/* Does not work correctly in Linux right now. - 2012-09-30
+ * Actually, only breaks uncommon Window Managers, but arrowpanels disappear completely. 2013-07-21
opacity: 0; */
- opacity: 0.01;
}
.panel-arrowcontainer:not([panelopen])[side="top"] {