Bug 385700 - [Pinstripe] Fix top borders on autocomplete popups. r=Mano.

This commit is contained in:
stefanh%inbox.com 2007-07-22 21:58:49 +00:00
Родитель bd530426b5
Коммит affd115304
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -80,12 +80,10 @@ panel[type="autocomplete"],
background-color: -moz-Field !important;
font: icon;
-moz-appearance: none;
border-top: 1px solid #C3C3C3 !important;
}
.autocomplete-history-popup {
max-height: 180px;
border-top: 1px solid #C3C3C3 !important;
}
/* ::::: tree ::::: */
@ -107,6 +105,10 @@ panel[type="autocomplete"],
padding-left: 2px;
}
.autocomplete-treebody::-moz-tree-row {
border-top: none;
}
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
background-color: Highlight;
}