summaryrefslogtreecommitdiff
path: root/xpi/content/css/panelmenucolor.css
blob: 55af0fb411fa0bb2d53d76a6786d022978097669 (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){
	.panel-arrowcontent,
	.panel-subviews,
	#BMB_bookmarksPopup menupopup box,
	#ctraddon_BMB_bookmarksPopup[panelopen="true"] menupopup[placespopup=true] > hbox,
	#ctraddon_BMB_bookmarksPopup[panelopen="true"] #ctraddon_BMB_subscribeToPageSubmenuMenupopup,
	#main-window[fx52plus="true"] #ctraddon_BMB_bookmarksPopup[panelopen="true"] menupopup[placespopup=true] > hbox,
	#main-window[fx52plus="true"] #ctraddon_BMB_bookmarksPopup[panelopen="true"] #ctraddon_BMB_subscribeToPageSubmenuMenupopup {
	  background: linear-gradient(white, -moz-dialog 30px) !important;    
	}
}