[gnome-shell] theme: Lighten up the sent message color, clean up
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Lighten up the sent message color, clean up
- Date: Mon, 31 Oct 2011 16:43:07 +0000 (UTC)
commit 3294a6e1a7d7a6bea1cb02ec671aaa0d350b57f5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Sep 2 16:01:24 2011 -0400
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]