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,14 +553,12 @@ input.search {
font-family: monospace;
padding: 0 1em; }
.message-detail {
background: #f3f3f3; }
.message-detail .message-container {
.message-detail .message-container {
background: white;
padding: 1em 0; }
.message-detail .message-container .sender {
display: none; }
.message-detail .info {
.message-detail .info {
padding: 1em; }
.message-detail .info .label {
font-weight: bold;
@ -583,15 +581,15 @@ input.search {
height: 18px;
background: url("/images/refresh.png") no-repeat center center;
background-size: 100%; }
.message-detail .contact-detail {
.message-detail .contact-detail {
margin-bottom: 5px;
padding: 0 36px; }
.message-detail h3 {
.message-detail h3 {
font-size: 1em;
padding: 5px; }
.message-detail h3 button {
float: right; }
.message-detail .error-icon {
.message-detail .error-icon {
display: inline-block;
width: 18px;
height: 18px;
@ -624,7 +622,7 @@ input.search {
border-top: 18px solid #000000; }
.message-detail .error-icon:hover .error-message {
display: block; }
.message-detail button.conflict {
.message-detail button.conflict {
float: right;
background: #d00; }
.message-detail button.conflict span {