theme: Lighten up the sent message color, clean up
Properly apply "received" style and drop unused border-radius styles now that the messages have no background color https://bugzilla.gnome.org/show_bug.cgi?id=658096
This commit is contained in:
parent
38563c38e8
commit
3294a6e1a7
@ -1329,9 +1329,8 @@ StTooltip StLabel {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.chat-sent {
|
||||
.chat-received {
|
||||
padding-left: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.chat-received:rtl {
|
||||
@ -1341,8 +1340,7 @@ StTooltip StLabel {
|
||||
|
||||
.chat-sent {
|
||||
padding-left: 18pt;
|
||||
border-radius: 4px;
|
||||
color: #7E7E7E;
|
||||
color: #959595;
|
||||
}
|
||||
|
||||
.chat-sent:rtl {
|
||||
@ -1352,7 +1350,6 @@ StTooltip StLabel {
|
||||
|
||||
.chat-meta-message {
|
||||
padding-left: 4px;
|
||||
border-radius: 4px;
|
||||
font-size: 9pt;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user