blob: 55052b757ad8a86a4f38258d92950793beee5f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
From 3294a6e1a7d7a6bea1cb02ec671aaa0d350b57f5 Mon Sep 17 00:00:00 2001
From: Jasper St. Pierre <jstpierre@mecheye.net>
Date: Fri, 2 Sep 2011 16:01:24 -0400
Subject: [PATCH 1/2] 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
---
data/theme/gnome-shell.css | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4487159..0e09866 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -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;
}
--
1.7.3.4
|