Firefox31.2.0に更新したらサイドバーの行間が広くなったので下記のcssを効かせたら
サイドバーの背景色のcssが効かなくなったのですがどこを訂正したらいいですか

/* サイドバーの行間を狭くする */
treechildren.sidebar-placesTreechildren::-moz-tree-row{
height:1.2em !important;
border-width:1px !important;

/* サイドバーのブックマークと履歴の背景色を設定*/
#bookmarks-view, #historyTree {
background-color: #f5f5f5 !important;
}