12/01/14 23:21:23.75 rarOF7PI0
Appボタンからブックメニューポップアップを開いたときに
バックをストライプにする方法を教えてください
サイドバーは↓でストライプつけてます
@namespace url(URLリンク(www.mozilla.org));
#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; }