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

/*@-moz-document url(chrome://browser/content/browser.xul) {*/
	.browserContainer > findbar{
	  -moz-box-ordinal-group: 10 !important;
	}
	.findbar-closebutton {
	  -moz-box-ordinal-group: 0 !important;
	}
	.findbar-container spacer {
	  visibility: collapse !important;
	}
/*}*/