Firefox25にバージョンアップしたら、メニューやサイドバーのブックマークの行間隔が広くなって困る場合の対処法メモ。
/*メニューバーのブックマークの行間を詰める firefox25から*/
.bookmark-item {
margin-top: -2px !important;
margin-bottom: -2px !important;
}
/* サイドバーの行間を狭くする Firefox25から*/
treechildren.sidebar-placesTreechildren::-moz-tree-row{
height:1.2em !important;
border-width:1px !important;
}
/* サイドバー履歴など Firefox25から*/
treechildren::-moz-tree-row{
height:0!important;
border-width:1px !important
}
0 件のコメント:
コメントを投稿