Hast Du vielleicht auch noch einen Tipp, wie man
auf ähnliche Weise den Zeilenabstand in der Suchliste verkleinern kann
Teste bitte das * in der userChrome.css.
*
CSS
treechildren::-moz-tree-row {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
treechildren::-moz-tree-cell {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
treechildren::-moz-tree-cell-text {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
Alles anzeigen