Appボタンからブックメニューポップアップを開いたときに
バックをストライプにする方法を教えてください

サイドバーは↓でストライプつけてます

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#bookmarksPanel treechildren::-moz-tree-row(odd),
#history-panel treechildren::-moz-tree-row(odd) { background-color: #CCCCCC !important; }
#bookmarksPanel treechildren::-moz-tree-row(odd,selected),
#history-panel treechildren::-moz-tree-row(odd,selected) { background-color: #eeeeee !important; }
#bookmarksPanel treechildren::-moz-tree-row(odd,selected,focus),
#history-panel treechildren::-moz-tree-row(odd,selected,focus) { background: Highlight none !important; }