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 | |
parent | c3620a4516e532a927068b075ad78a5024fc9de6 (diff) |
[#816] Improve the recipient suggestion readbility
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/base/_colors.scss | 1 | ||||
-rw-r--r-- | web-ui/app/scss/views/_compose-view.scss | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/web-ui/app/scss/base/_colors.scss b/web-ui/app/scss/base/_colors.scss index f646e609..b95a02f6 100644 --- a/web-ui/app/scss/base/_colors.scss +++ b/web-ui/app/scss/base/_colors.scss @@ -35,6 +35,7 @@ $dark_grey: #333; $black: #000; $top_pane: $contrast; $total_count_bg: #C0B9B9; +$background_dropdown_grey: #f0f0f0; $background_light_grey: #F5F5F5; $border_light_grey: #D9D9D9; 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 { |