xtras/mathuaerknedam 134:c2a46e98e08e: Experimental change to co...

commits at adium.im commits at adium.im
Tue Oct 20 21:43:17 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/c2a46e98e08e
revision:	134:c2a46e98e08e
author:		mathuaerknedam
date:		Tue Oct 20 16:43:06 2009 -0500

Experimental change to compact variant where focus mark is dark red and mention mark is dark blue in hopes of improving appearance in situations where they overlap.

diffs (25 lines):

diff -r 245cbe870495 -r c2a46e98e08e Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Tue Oct 20 16:36:16 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Tue Oct 20 16:43:06 2009 -0500
@@ -51,8 +51,8 @@
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	color: rgba(64, 64, 64, 1);
-	//color: rgba(255, 0, 0, 1);
+	//color: rgba(64, 64, 64, 1);
+	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
@@ -83,8 +83,8 @@
 	right: 4px;
 	font-size: 12px;
 	content: "\2605";
-	color: rgba(64, 64, 64, 1);
-	//color: rgba(0, 0, 255, 1);
+	//color: rgba(64, 64, 64, 1);
+	color: rgba(0, 0, 128, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 


More information about the commits mailing list