/* Classic Menus */ .menu-accel, .menu-iconic-accel, .menu-text, .menu-iconic-text { margin-top: 0px !important; } .menu-iconic-left { margin-top: 1px !important; margin-bottom: 1px !important; min-width: 12px; -moz-margin-start: 2px; -moz-margin-end: 2px; } menubar > menu { border: 1px solid transparent !important; padding-top: 0px !important; padding-bottom: 1px !important; margin-bottom: 1px !important; -moz-padding-start: 2px; -moz-padding-end: 3px; } menubar > menu[_moz-menuactive="true"] { background-color: transparent !important; color: MenuText !important; } menubar > menu[_moz-menuactive="true"][open="true"] { background-color: Highlight !important; color: HighlightText !important; } /* Classic Popups */ menupopup, popup { border: 2px solid !important; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight !important; padding: 1px !important; min-width: 1px !important; background-color: Menu; } popup[type="autocomplete"], .autocomplete-history-popup { border-width: 1px !important; -moz-border-top-colors: ThreeDDarkShadow !important; -moz-border-right-colors: ThreeDDarkShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow !important; -moz-border-left-colors: ThreeDDarkShadow !important; padding: 0px !important; background-color: -moz-Field !important; } menulist > menupopup, .menulist-menupopup { border-width: 1px !important; -moz-border-top-colors: -moz-FieldText !important; -moz-border-right-colors: -moz-FieldText !important; -moz-border-bottom-colors: -moz-FieldTex !important; -moz-border-left-colors: -moz-FieldText !important; padding: 0px; min-width: 0px; background-color: -moz-Field; }