xtras/mathuaerknedam 188:327754c2a33f: yMous: fix a problem wher...

commits at adium.im commits at adium.im
Fri Nov 6 04:18:02 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/327754c2a33f
revision:	188:327754c2a33f
author:		mathuaerknedam
date:		Thu Nov 05 22:17:54 2009 -0600

yMous: fix a problem where the hover transition on some elements would 'flash' to different colors not apparenltly between the starting and ending colors, and other elements would appear to take an inordinately long time to transition.

diffs (79 lines):

diff -r cb4f465650bd -r 327754c2a33f yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Thu Nov 05 21:51:52 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Thu Nov 05 22:17:54 2009 -0600
@@ -79,14 +79,20 @@
 	text-shadow: .0em .1em .2em hsla(0, 0%, 100%, .8);
 }
 
-.x-wrapper,
+.x-wrapper .x-focus,
+.x-wrapper .x-icon,
+.x-wrapper .x-sender,
+.x-wrapper .x-time,
 .history .x-mark,
 .history .x-message
 {
 	background-color: hsla(0, 0%, 90%, 1);
 }
 
-.x-wrapper.history
+.x-wrapper.history .x-focus,
+.x-wrapper.history .x-icon,
+.x-wrapper.history .x-sender,
+.x-wrapper.history .x-time
 {
 	background-color: hsla(0, 0%, 80%, 1);
 }
diff -r cb4f465650bd -r 327754c2a33f yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Thu Nov 05 21:51:52 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Thu Nov 05 22:17:54 2009 -0600
@@ -62,7 +62,6 @@
 .history.mention .x-sender,
 .history.mention .x-time
 {
-	//background-color: hsla(0, 25%, 15%, 1) !important;
 	background-color: hsla(0, 0%, 17%, 1) !important;
 }
 
@@ -71,7 +70,6 @@
 .history.mention .x-mark,
 .history.mention .x-message
 {
-	//background-color: hsla(0, 25%, 15%, 1) !important;
 	background-color: hsla(0, 0%, 16%, 1) !important;
 }
 
@@ -81,14 +79,20 @@
 	text-shadow: .0em .1em .2em hsla(0, 0%, 0%, .8);
 }
 
-.x-wrapper,
+.x-wrapper .x-focus,
+.x-wrapper .x-icon,
+.x-wrapper .x-sender,
+.x-wrapper .x-time,
 .history .x-mark,
 .history .x-message
 {
 	background-color: hsla(0, 0%, 12.5%, 1);
 }
 
-.x-wrapper.history
+.x-wrapper.history .x-focus,
+.x-wrapper.history .x-icon,
+.x-wrapper.history .x-sender,
+.x-wrapper.history .x-time
 {
 	background-color: hsla(0, 0%, 20%, 1);
 }
diff -r cb4f465650bd -r 327754c2a33f yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Thu Nov 05 21:51:52 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Thu Nov 05 22:17:54 2009 -0600
@@ -1,6 +1,4 @@
-# fix weird transition dark/light flipping
-
-# Are emoticons a pixel too big? Only at 9pt and 12pt, but not 10pt and 11pt. and only for messages containging only an emoticon.
+# Are emoticons a pixel too big? Only at 9pt and 12pt, but not 10pt and 11pt. and only for messages containging only an emoticon.
 
 # resolve issue with scaled emoticons.
 


More information about the commits mailing list