Undo tree row spacing change in Fx25 on Windows

This commit is contained in:
Dan Stillman 2013-11-05 14:12:22 -05:00
parent 0ac20d64a0
commit d0e4151e8e

View file

@ -316,4 +316,11 @@ label.zotero-text-link {
#zotero-note-window {
padding-bottom: 4px;
}
/* Undo tree row spacing change in Fx25 on Windows */
#zotero-collections-tree treechildren::-moz-tree-row,
#zotero-items-tree treechildren::-moz-tree-row,
#zotero-prefs treechildren::-moz-tree-row {
height: auto;
}