summaryrefslogtreecommitdiff
path: root/xpi/content/css/winxp/bmbut_pmenu_extra.css
blob: a170b261f34a834523bdb8aa6ac31ce15a922e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://browser/content/browser.xul) {
	
	#ctraddon_BMB_bookmarksPopup menupopup[placespopup=true] > hbox,
	#ctraddon_BMB_bookmarksPopup #ctraddon_BMB_subscribeToPageSubmenuMenupopup {
	  background: var(--panel-arrowcontent-background) !important;
	  border: var(--panel-arrowcontent-border) !important;
	}

	#main-window[fx51plus="true"] #ctraddon_BMB_bookmarksPopup menupopup[placespopup=true] > hbox,
	#main-window[fx51plus="true"] #ctraddon_BMB_bookmarksPopup #ctraddon_BMB_subscribeToPageSubmenuMenupopup {
	  border: 1px solid var(--panel-arrowcontent-border-color) !important;
	}
	
	#main-window[fx52plus="true"] #ctraddon_BMB_bookmarksPopup menupopup[placespopup=true] > hbox,
	#main-window[fx52plus="true"] #ctraddon_BMB_bookmarksPopup #ctraddon_BMB_subscribeToPageSubmenuMenupopup {
	  background: var(--arrowpanel-background) !important;
	  border: 1px solid var(--arrowpanel-border-color) !important;
	}
}