>>577
/* サイドバーのブックマークと履歴文字色 */
#bookmarksPanel treechildren::-moz-tree-cell-text, #history-panel treechildren::-moz-tree-cell-text{
color: black !important;
}
/* サイドバーのブックマークと履歴マウスホーバー時文字色 */
#bookmarksPanel treechildren::-moz-tree-cell-text(hover), #history-panel treechildren::-moz-tree-cell-text(hover){
color: red !important;
}
/* サイドバーの選択されたブックマークと履歴の文字色 */
#bookmarksPanel treechildren::-moz-tree-cell-text(selected), #history-panel treechildren::-moz-tree-cell-text(selected){
color: green !important;
}