Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit d520388

Browse files
committed
Fix colors of frames in the chat perspective
1 parent 0ddd579 commit d520388

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

data/css/frame-list.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,16 @@
6262
border: 1px solid #bfccd1;
6363
border-radius: 3px;
6464
min-width: 320px;
65-
background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.0));
6665
order: 2;
6766
z-index: 1;
6867
}
6968

7069
.frameBubble.receive .body {
71-
background-color: rgb(252, 248, 227);
70+
background-color: white;
7271
}
7372

7473
.frameBubble.send .body {
75-
background-color: rgb(223, 240, 216);
74+
background-color: rgb(234, 245, 229);
7675
text-align: left;
7776
}
7877

@@ -106,7 +105,7 @@
106105

107106
.frameBubble.selected .body {
108107
border-color: rgb(0, 170, 214);
109-
background-color: rgb(173, 211, 232);
108+
background-color: rgb(200, 226, 240);
110109
}
111110

112111
.frameBubble .info {

data/css/received-arrow.png

-14 Bytes
Loading

0 commit comments

Comments
 (0)