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

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

	#navigator-toolbox toolbar:not(#PersonalToolbar):not(#TabsToolbar) {
	  background: transparent !important;
	}
	
	/*Make the container "The Fox Only Better" add-on moves toolbar into */
	#theFoxOnlyBetter-slimChrome-container > *:not(#theFoxOnlyBetter-slimChrome-toolbars-bottom):not(:-moz-lwtheme){
	  background:unset !important;
	}
	
/*}*/