Bug 441526 Implement highlightNonMatches in toolkit autocomplete. r=bienvenu,Neil,sr=Neil

This commit is contained in:
Mark Banner 2008-07-28 09:11:05 -07:00
Родитель 46fcbcd993
Коммит 0cc642fa99
5 изменённых файлов: 4 добавлений и 16 удалений

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

@ -417,10 +417,6 @@ treechildren::-moz-tree-image(remote-err) {
margin: 5px 0px 5px 0px;
}
.textbox-addressingWidget[noMatchesFound="true"] {
color: red;
}
#typecol-addressingWidget {
min-width: 9em;
}

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

@ -342,10 +342,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
width: 0;
}
.textbox-addressingWidget[noMatchesFound="true"] {
color: red;
}
#typecol-addressingWidget {
min-width: 9em;
border-right: 1px solid #CACAFF;

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

@ -41,10 +41,6 @@
width: 0;
}
.textbox-addressingWidget[noMatchesFound="true"] {
color: red;
}
#typecol-addressingWidget {
min-width: 9em;
border-right: 1px solid #CACAFF;

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

@ -48,6 +48,10 @@ textbox[type="autocomplete"] {
cursor: default !important;
}
textbox[nomatch="true"][highlightnonmatches="true"] {
color: red;
}
.textbox-input-box {
-moz-box-align: center;
}

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

@ -41,10 +41,6 @@
width: 0;
}
.textbox-addressingWidget[noMatchesFound="true"] {
color: red;
}
#typecol-addressingWidget {
min-width: 9em;
border-right: 1px solid #C4CADC;