Bug 1094538 - Remove gap between selected tab and side of browser caused by padding on TabsToolbar;r=MattN

This commit is contained in:
Brian Grinstead 2014-11-05 17:52:30 -08:00
parent 6af95d33c0
commit fc947c1dc2

View File

@ -67,6 +67,12 @@
text-shadow: none !important;
}
/* Override the padding that's intended to compensate for tabs that can overlap border-radius on nav-bar in default theme. */
#main-window[sizemode=normal] #TabsToolbar {
padding-left: 0;
padding-right: 0;
}
#main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen])[chromehidden~="menubar"] #toolbar-menubar ~ #TabsToolbar,
#main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar {
margin-top: 22px;