Add background color on key verification screen

// FREEBIE
pull/749/head
lilia 10 years ago
parent f8745e1e5b
commit 299bd45cea

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

@ -510,6 +510,8 @@ input.search {
.conversation, .message-list, .message-detail, .key-verification { .conversation, .message-list, .message-detail, .key-verification {
height: 100%; } height: 100%; }
.key-verification {
background: white; }
.key-verification p { .key-verification p {
padding: 1em; } padding: 1em; }
.key-verification .key { .key-verification .key {

Loading…
Cancel
Save