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:
parent
0a07c8ad2c
commit
3b19d8f0e2
2 changed files with 65 additions and 62 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue