summaryrefslogtreecommitdiff
path: root/xpi/content/css/mac/highertabsposextra.css
blob: 8f1847b179f60fd580f3d4f660279d0a8c976e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*@-moz-document url(chrome://browser/content/browser.xul) {*/

	#main-window[tabsintitlebar][sizemode="normal"]:not([tabsontop="false"]):not([customizing]) #TabsToolbar {
	  margin-top: -6px !important;
	}
	#main-window[tabsintitlebar]:not([sizemode="normal"]):not([tabsontop="false"]):not([customizing]) #TabsToolbar {
	  margin-top: -10px !important;
	}
/*}*/