xtras/mathuaerknedam 372:6c87db5df21e: Mocike: Make the indicato...

commits at adium.im commits at adium.im
Wed Feb 24 05:35:33 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/6c87db5df21e
revision:	372:6c87db5df21e
author:		mathuaerknedam
date:		Tue Feb 23 23:30:37 2010 -0600

Mocike: Make the indicator background a bit darker and the indicator text lowercase.
Subject: xtras/mathuaerknedam 373:1afbb94d6f35: Stockholm: mention icon now uses the normal buddy icon overlay and has an explanatory tooltip.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1afbb94d6f35
revision:	373:1afbb94d6f35
author:		mathuaerknedam
date:		Tue Feb 23 23:35:23 2010 -0600

Stockholm: mention icon now uses the normal buddy icon overlay and has an explanatory tooltip.

diffs (848 lines):

diff -r 39baebd275cd -r 1afbb94d6f35 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Tue Feb 23 23:35:23 2010 -0600
@@ -261,8 +261,8 @@
 	position: absolute;
 	margin-top: -19px;
 	margin-left: -2px;
-	content: "FOCUS LOST HERE";
-	background: rgba(192, 192, 192, 1);
+	content: "focus lost here";
+	background: rgba(184, 184, 184, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -270,7 +270,7 @@
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 2px;
-	padding-left: 4px;
+	padding-right: 4px;
 	-webkit-border-top-left-radius: 6px;
 	-webkit-border-top-right-radius: 6px;
 }
@@ -291,7 +291,7 @@
 .firstFocus > .x-text,
 .firstFocus > .x-status_message
 {
-	border-top: 4px solid rgba(192, 192, 192, 1);
+	border-top: 4px solid rgba(184, 184, 184, 1);
 	margin-bottom: 2px;
 	margin-left: 2px;
 	padding-left: 2px;
@@ -323,8 +323,8 @@
 	position: absolute;
 	margin-top: -19px;
 	margin-left: -2px;
-	content: "MENTIONED HERE";
-	background: rgba(192, 192, 192, 1);
+	content: "mentioned here";
+	background: rgba(184, 184, 184, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -332,7 +332,7 @@
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 2px;
-	padding-left: 4px;
+	padding-right: 4px;
 	-webkit-border-top-left-radius: 6px;
 	-webkit-border-top-right-radius: 6px;
 }
@@ -340,6 +340,11 @@
 .mention > .x-message > .x-text,
 .mention.x-message-next > .x-text
 {
+	border-top: 4px solid rgba(184, 184, 184, 1);
+	padding-left: 2px;
+	padding-right: 4px;
+	margin-bottom: 2px;
+	margin-left: 2px;
 	margin-top: 15px;
 }
 
@@ -349,23 +354,14 @@
 	margin-top: 19px;
 }
 
-.mention > .x-message > .x-text,
-.mention.x-message-next > .x-text
-{
-	border-top: 4px solid rgba(192, 192, 192, 1);
-	margin-bottom: 2px;
-	margin-left: 2px;
-	padding-left: 2px;
-	padding-right: 4px;
-}
 
 .history + :not(.history):before
 {
 	position: absolute;
 	margin-top: -22px;
-	left: 10px;
-	content: "MESSAGE HISTORY ENDS HERE";
-	background: rgba(192, 192, 192, 1);
+	margin-left: 0px;
+	content: "message history ends here";
+	background: rgba(184, 184, 184, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -383,5 +379,5 @@
 {
 	margin-top: 5px;
 	padding-top: 18px;
-	border-top: 4px solid rgba(192, 192, 192, 1);
+	border-top: 4px solid rgba(184, 184, 184, 1);
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Tue Feb 23 23:35:23 2010 -0600
@@ -3,6 +3,7 @@
 		<div class="x-contents_left">
 			<img class="x-buddyicon" src="%userIconPath%" />
 			<div class="x-iconoverlay"></div>
+			<div class="x-mentionicon" title="Mentioned!"></div>
 		</div>
 	</div>
 	<div class="x-contents_right" background="%userIconPath%">
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Tue Feb 23 23:35:23 2010 -0600
@@ -3,6 +3,7 @@
 		<div class="x-contents_left">
 			<img class="x-buddyicon" src="%userIconPath%" />
 			<div class="x-iconoverlay"></div>
+			<div class="x-mentionicon" title="Mentioned!"></div>
 		</div>
 	</div>
 	<div class="x-contents_right" background="%userIconPath%">
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Tue Feb 23 23:35:23 2010 -0600
@@ -3,6 +3,7 @@
 		<div class="x-outgoing_left">
 			<img class="x-outgoing_buddyicon" src="%userIconPath%" />
 			<div class="x-outgoing_iconoverlay"></div>
+			<div class="x-mentionicon" title="Mentioned!"></div>
 		</div>
 	</div>
 	<div class="x-outgoing_right" background="%userIconPath%">
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Tue Feb 23 23:35:23 2010 -0600
@@ -3,6 +3,7 @@
 		<div class="x-outgoing_left">
 			<img class="x-outgoing_buddyicon" src="%userIconPath%" />
 			<div class="x-outgoing_iconoverlay"></div>
+			<div class="x-mentionicon" title="Mentioned!"></div>
 		</div>
 	</div>
 	<div class="x-outgoing_right" background="%userIconPath%">
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Tue Feb 23 23:35:23 2010 -0600
@@ -61,30 +61,48 @@
 	position: relative;
 }
 
-.x-contents_right[background="Incoming/buddy_icon.png"],
-.x-contents_right[background="Outgoing/buddy_icon.png"]
+.message:not(.mention) .x-contents_right[background="Incoming/buddy_icon.png"],
+.message:not(.mention) :not(.mention) .x-contents_right[background="Outgoing/buddy_icon.png"]
 {
 	margin: 11px 5px 0px 0px !important;
 }
 
 
 /* ICON */
-.x-iconsubstitute[background="Incoming/buddy_icon.png"],
-.x-iconsubstitute[background="Outgoing/buddy_icon.png"]
+.message:not(.mention) .x-iconsubstitute[background="Incoming/buddy_icon.png"],
+.message:not(.mention) .x-iconsubstitute[background="Outgoing/buddy_icon.png"]
 {
 	display: none;
 }
 
 .x-buddyicon
 {
+	z-index: 1 !important;
+	background: #FFF;
+}
+
+.x-buddyicon,
+.mention .x-mentionicon
+{
 	height: 38px;
 	width: 38px;
-	background: #FFF;
 	border: 0px;
-	z-index: 1 !important;
 	position: absolute;
 	left:1px;
 	top:1px;
+	visibility: visible;
+}
+
+.mention .x-buddyicon,
+.x-mentionicon
+{
+	visibility: hidden;
+}
+
+.mention .x-mentionicon
+{
+	z-index: 3 !important;
+	background: 3px 3px no-repeat;
 }
 
 .x-iconoverlay
@@ -98,6 +116,11 @@
 	top:0px;
 }
 
+.mention .x-iconoverlay
+{
+	background: url("../images/icon_overlay_white.png") top right no-repeat;
+}
+
 
 /* HEADER */
 
@@ -662,24 +685,7 @@
 	background: rgba(167, 167, 167, 1);
 }
 
-.mention:not(.consecutive)
-{
-	padding-left: 45px;
-	margin-left: 0px;
-	background: 6px 4px no-repeat;
-}
-
-.mention.x-ctx_container
+.mention.x-ctx_container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-ctx.png") !important;
 }
-
-.mention .x-iconoverlay
-{
-	left: 45px;
-}
-
-.mention .x-buddyicon
-{
-	left: 46px;
-}
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -148,7 +148,7 @@
 	-webkit-border-top-right-radius: 4px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -96,7 +96,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 10%, 54%, 1)), color-stop(.45, hsla(222, 10%, 44%, 1)), color-stop(.5, hsla(222, 10%, 39%, 1)), to(hsla(222, 10%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-blue.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 10%, 54%, 1)), color-stop(.45, hsla(222, 10%, 44%, 1)), color-stop(.5, hsla(222, 10%, 39%, 1)), to(hsla(222, 10%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Green - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-green.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 10%, 54%, 1)), color-stop(.45, hsla(222, 10%, 44%, 1)), color-stop(.5, hsla(222, 10%, 39%, 1)), to(hsla(222, 10%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-grey.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 10%, 54%, 1)), color-stop(.45, hsla(222, 10%, 44%, 1)), color-stop(.5, hsla(222, 10%, 39%, 1)), to(hsla(222, 10%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-orange.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Blue.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Blue.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Green.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Green.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Grey.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Grey.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 10%, 54%, 1)), color-stop(.45, hsla(222, 10%, 44%, 1)), color-stop(.5, hsla(222, 10%, 39%, 1)), to(hsla(222, 10%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Orange.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Orange.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Red.css	Tue Feb 23 16:09:42 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Red - Red.css	Tue Feb 23 23:35:23 2010 -0600
@@ -94,7 +94,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
 }
 
-.mention.x-container
+.mention.x-container .x-mentionicon
 {
 	background-image: url("../images/pref-mention-red.png") !important;
 }
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-blue.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-blue.png has changed
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-green.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-green.png has changed
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-grey.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-grey.png has changed
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-orange.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-orange.png has changed
diff -r 39baebd275cd -r 1afbb94d6f35 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-red.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-red.png has changed


More information about the commits mailing list