diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index a6943abca3d9..a1e5165132fc 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -271,14 +271,12 @@ $avatar-size: 44px; padding: 12px; white-space: nowrap; overflow: hidden; - box-shadow: 0 0px 1px rgba(#aaa, 0.8); - background: $grey_l; + background: rgba(255,255,255,0.6); margin: 10px; border-radius: 10px; &.selected { - background: $blue; - color: #ffffff; + background: $grey_l; } &:first-child { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 310c6a610862..992c37150a58 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -225,13 +225,11 @@ img.emoji { padding: 12px; white-space: nowrap; overflow: hidden; - box-shadow: 0 0px 1px rgba(170, 170, 170, 0.8); - background: #f3f3f3; + background: rgba(255, 255, 255, 0.6); margin: 10px; border-radius: 10px; } .contact.selected { - background: #2090ea; - color: #ffffff; } + background: #f3f3f3; } .contact:first-child { margin-top: 0; } .contact:last-child::after {