typeahead: Alter CSS to make secondary items more readable.

This commit is contained in:
Akhil
2017-06-08 07:01:55 +00:00
committed by Tim Abbott
parent 3955821af5
commit bd85963cd9

View File

@@ -26,7 +26,11 @@
} }
.autocomplete_secondary { .autocomplete_secondary {
opacity: 0.6; opacity: 0.8;
}
.active .autocomplete_secondary {
opacity: 1;
} }
#compose_buttons { #compose_buttons {