@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/**
 * Fix the missing dropmarker bevel in Classic (bug #216266)
 * Compatibility: Gecko 1.9 (not used in Firefox in 1.9, but used elsewhere)
 **/

.toolbarbutton-menubutton-dropmarker:not(:-moz-system-metric(windows-default-theme))
{
	border: 1px solid ! important;
	-moz-border-top-colors: transparent ! important;
	-moz-border-right-colors: transparent ! important;
	-moz-border-bottom-colors: transparent ! important;
	-moz-border-left-colors: transparent ! important;
}

toolbarbutton[type="menu-button"]:hover:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-button:not([disabled="true"]),
toolbarbutton[type="menu-button"]:hover:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]),
toolbarbutton[type="menu-button"][open="true"]:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-button:not([disabled="true"])
{
	-moz-border-top-colors: ThreeDHighlight ! important;
	-moz-border-right-colors: ThreeDShadow ! important;
	-moz-border-bottom-colors: ThreeDShadow ! important;
	-moz-border-left-colors: ThreeDHighlight ! important;
}

toolbarbutton[type="menu-button"][buttondown="true"]:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-button:not([disabled="true"]),
toolbarbutton[type="menu-button"]:hover:active:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]),
toolbarbutton[type="menu-button"][open="true"]:not(:-moz-system-metric(windows-default-theme)) > .toolbarbutton-menubutton-dropmarker:not([disabled="true"])
{
	-moz-border-top-colors: ThreeDShadow ! important;
	-moz-border-right-colors: ThreeDHighlight ! important;
	-moz-border-bottom-colors: ThreeDHighlight ! important;
	-moz-border-left-colors: ThreeDShadow ! important;
}
