зеркало из https://github.com/mozilla/pjs.git
Bug #216529 --> thunderbird needs a couple more autocomplete style rules.
This commit is contained in:
Родитель
ef0349088c
Коммит
f3237ac17f
|
@ -115,6 +115,18 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
|
|||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* thunderbird does not use the new autocomplete widget yet so we need a couple of the old styles rules for it */
|
||||
|
||||
.autocomplete-treebody::-moz-tree-row(menuactive) {
|
||||
background-color: Highlight;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* end of thunderbird required autocomplete rules */
|
||||
|
||||
/* ::::: textboxes inside toolbarpaletteitems ::::: */
|
||||
|
||||
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
|
||||
|
|
Загрузка…
Ссылка в новой задаче