mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug #216529 --> thunderbird needs a couple more autocomplete style rules.
This commit is contained in:
parent
6d36059847
commit
2076749ee4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user