Bug 403659 - "autocomplete dropdown has shaded bar / is not big enough after 118312" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-11-14 23:36:44 -08:00
parent 6f573201e6
commit c975b2825d

View File

@ -200,6 +200,11 @@ panel[type="autocomplete"],
padding: 0 !important;
}
/* GTK calculates space for a sort arrow */
.autocomplete-treecol > .treecol-sortdirection {
-moz-appearance: none !important;
}
.autocomplete-treebody::-moz-tree-cell-text {
-moz-padding-start: 8px;
}