diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-11-10 19:04:26 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-11-10 19:07:07 -0200 |
commit | 196344ab0a726c117cdc281acd53aeb84bedb239 (patch) | |
tree | e1616fc4c3e5847530ce9d9618630b95c7d05f66 /web-ui/app/scss/views | |
parent | c3620a4516e532a927068b075ad78a5024fc9de6 (diff) |
[#816] Improve the recipient suggestion readbility
Diffstat (limited to 'web-ui/app/scss/views')
-rw-r--r-- | web-ui/app/scss/views/_compose-view.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss index 23b77bb3..0308608c 100644 --- a/web-ui/app/scss/views/_compose-view.scss +++ b/web-ui/app/scss/views/_compose-view.scss @@ -258,6 +258,18 @@ .twitter-typeahead { flex: 1 1 50px; + + .tt-dropdown-menu { + background: $dark_white; + + div div { + padding: 8px; + + &:hover { + background: $background_dropdown_grey; + } + } + } } .invalid-format { |