Add background color on key verification screen
// FREEBIE
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
}
|
||||
|
||||
.key-verification {
|
||||
background: white;
|
||||
|
||||
p {
|
||||
padding: 1em;
|
||||
}
|
||||
|
@@ -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; }
|
||||
|
Reference in New Issue
Block a user