Remove gray background from message detail

// FREEBIE
This commit is contained in:
lilia 2015-10-17 12:23:11 -07:00
parent f7452d2825
commit bf81686c6e
2 changed files with 74 additions and 77 deletions

View file

@ -48,7 +48,6 @@
}
.message-detail {
background: $grey_l;
.message-container {
background: white;

View file

@ -553,8 +553,6 @@ input.search {
font-family: monospace;
padding: 0 1em; }
.message-detail {
background: #f3f3f3; }
.message-detail .message-container {
background: white;
padding: 1em 0; }