Light themes: Add gray background color to message detail screen

Outgoing messages were hard to see, white on white.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-16 11:16:34 -07:00
parent 0a07c8ad2c
commit 3b19d8f0e2
2 changed files with 65 additions and 62 deletions

View file

@ -104,6 +104,8 @@
} }
.message-detail { .message-detail {
background-color: #eee;
.key-conflict-dialogue { .key-conflict-dialogue {
border-radius: $border-radius; border-radius: $border-radius;
margin: 20px 0; margin: 20px 0;
@ -139,7 +141,6 @@
} }
.message-container { .message-container {
background: white;
padding: 20px 0; padding: 20px 0;
.sender { .sender {

View file

@ -1037,6 +1037,8 @@ input.search {
display: inline-block; display: inline-block;
max-width: 100%; } max-width: 100%; }
.message-detail {
background-color: #eee; }
.message-detail .key-conflict-dialogue { .message-detail .key-conflict-dialogue {
border-radius: 5px; border-radius: 5px;
margin: 20px 0; } margin: 20px 0; }