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
Родитель 9493ae8cba
Коммит 0fa951d6f6
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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