09/03/18 21:05:09 Lwv69sUo0
>>109
やりたいことがよくわからないんだけど。
下のペインを変えたいんだよね?でもそこにはフォルダは出てこないんじゃないの?
てことで、上のペインも含めて適用。
@-moz-document url-prefix(chrome://browser/content/bookmarks/bookmarksPanel.xul) {
treechildren::-moz-tree-cell-text {
color: white !important;
}
treechildren::-moz-tree-image:not(container) {
list-style-image: none !important;
width: 0px !important;
padding:0px !important;
}
}
下だけ適用したければ「#places-content-view 」をtreechildrenの前につける。
スペースを忘れずに。