Bug 441526 Implement highlightNonMatches in toolkit autocomplete. r=bienvenu,Neil,sr=Neil
This commit is contained in:
Родитель
46fcbcd993
Коммит
0cc642fa99
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче