bug 975807 - fix the margin of the dropmarker for combined toolbar items. r=jaws

This commit is contained in:
phlsa 2014-03-06 12:02:00 -05:00
parent 2b32d0a5b1
commit f276e7edf4

View File

@ -648,6 +648,10 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
box-shadow: 0 0 0 1px hsla(0,0%,100%,.2);
}
:-moz-any(#TabsToolbar, #nav-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
-moz-margin-start: -4px;
}
#forward-button[disabled] {
transform: scale(0);
opacity: 0;