Add background color on key verification screen

// FREEBIE
This commit is contained in:
lilia 2015-09-15 11:01:48 -07:00
parent f8745e1e5b
commit 299bd45cea
2 changed files with 9 additions and 5 deletions

View file

@ -27,6 +27,8 @@
}
.key-verification {
background: white;
p {
padding: 1em;
}

View file

@ -510,11 +510,13 @@ input.search {
.conversation, .message-list, .message-detail, .key-verification {
height: 100%; }
.key-verification p {
padding: 1em; }
.key-verification .key {
font-family: monospace;
padding: 0 1em; }
.key-verification {
background: white; }
.key-verification p {
padding: 1em; }
.key-verification .key {
font-family: monospace;
padding: 0 1em; }
.message-detail {
background: #f3f3f3; }