userChrome.css・userContent.cssスタイルスレ
■ このスレッドは過去ログ倉庫に格納されています
0748名無しさん@お腹いっぱい。
2012/01/14(土) 23:21:23.75ID:rarOF7PI0バックをストライプにする方法を教えてください
サイドバーは↓でストライプつけてます
@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; }
■ このスレッドは過去ログ倉庫に格納されています