- 748 名前:名無しさん@お腹いっぱい。 mailto:sage [2012/01/14(土) 23:21:23.75 ID:rarOF7PI0]
- Appボタンからブックメニューポップアップを開いたときに
バックをストライプにする方法を教えてください サイドバーは↓でストライプつけてます @namespace url(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; }
|

|