Skip to content

Commit

Permalink
Light themes: Add gray background color to message detail screen
Browse files Browse the repository at this point in the history
Outgoing messages were hard to see, white on white.

FREEBIE
  • Loading branch information
scottnonnenberg committed Jun 16, 2017
1 parent 0a07c8a commit 3b19d8f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 62 deletions.
3 changes: 2 additions & 1 deletion stylesheets/_conversation.scss
Expand Up @@ -104,6 +104,8 @@
}

.message-detail {
background-color: #eee;

.key-conflict-dialogue {
border-radius: $border-radius;
margin: 20px 0;
Expand Down Expand Up @@ -139,7 +141,6 @@
}

.message-container {
background: white;
padding: 20px 0;

.sender {
Expand Down
124 changes: 63 additions & 61 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b19d8f

Please sign in to comment.