mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Add color style to the auto complete popup comment column
This commit is contained in:
parent
6254eea120
commit
919f665d4c
@ -412,11 +412,14 @@ treechildren::-moz-tree-image(remote-err) {
|
||||
}
|
||||
|
||||
.composemenu-text-2 {
|
||||
font-style: italic;
|
||||
color: GrayText;
|
||||
color: #555566;
|
||||
}
|
||||
|
||||
/* ::::: addressing widget ::::: */
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text(comment) {
|
||||
color: #555566;
|
||||
}
|
||||
|
||||
#addressingWidget {
|
||||
-moz-user-focus: none;
|
||||
|
Loading…
Reference in New Issue
Block a user