mirror of https://github.com/zulip/zulip.git
typeahead: Alter CSS to make secondary items more readable.
This commit is contained in:
parent
3955821af5
commit
bd85963cd9
|
@ -26,7 +26,11 @@
|
|||
}
|
||||
|
||||
.autocomplete_secondary {
|
||||
opacity: 0.6;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.active .autocomplete_secondary {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#compose_buttons {
|
||||
|
|
Loading…
Reference in New Issue