Highlight search terms in conversation message address headers.

This commit is contained in:
Michael James Gratton 2016-09-12 22:27:49 +10:00
parent 124273da45
commit d217cb868f
2 changed files with 56 additions and 21 deletions

View file

@ -78,6 +78,10 @@ row.geary-folder-popover-list-row > label {
margin-bottom: 6px;
border-bottom-width: 1px;
}
.conversation-listbox > row.geary-match flowboxchild.geary-match {
color: @theme_selected_fg_color;
background: @theme_selected_bg_color;
}
.conversation-listbox > row.geary-last {
margin-bottom: 0;
}