xtras/mathuaerknedam 336:1dbe789eba1d: yMous: decrease hover tra...

commits at adium.im commits at adium.im
Fri Feb 12 03:42:13 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1dbe789eba1d
revision:	336:1dbe789eba1d
author:		mathuaerknedam
date:		Thu Feb 11 21:39:46 2010 -0600

yMous: decrease hover transiotn time from .4s to .2s.
Subject: xtras/mathuaerknedam 337:3dd3e569fad6: Smooth Operator: rename two classes in the topic.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/3dd3e569fad6
revision:	337:3dd3e569fad6
author:		mathuaerknedam
date:		Thu Feb 11 21:40:39 2010 -0600

Smooth Operator: rename two classes in the topic.

diffs (45 lines):

diff -r 453bc5c1174d -r 3dd3e569fad6 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Wed Feb 10 23:49:14 2010 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Thu Feb 11 21:40:39 2010 -0600
@@ -38,7 +38,7 @@
 	word-break: break-word;
 }
 
-#x-topic .serviceIcon
+#x-topic .x-serviceIcon
 {
 	position: relative;
 	right: 4px;
@@ -46,7 +46,7 @@
 	margin-left: 10px;
 }
 
-#x-topic img.serviceIcon
+#x-topic img.x-serviceIcon
 {
 	height: 1.6em;
 	margin-top: -.2em;
diff -r 453bc5c1174d -r 3dd3e569fad6 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Wed Feb 10 23:49:14 2010 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Thu Feb 11 21:40:39 2010 -0600
@@ -6,7 +6,7 @@
 	<div id="x-hide" class="x-toggle" onClick="hide_header();"></div>
 	<div id="x-show" class="x-toggle" onClick="show_header();" style="display: none"></div>
 	<div id="x-wrap">
-		<img class="serviceIcon" title="%service%" alt="%service%" src="%serviceIconPath%" />
+		<img class="x-serviceIcon" title="%service%" alt="%service%" src="%serviceIconPath%" />
 		%topic%
 	</div>
 </div>
diff -r 453bc5c1174d -r 3dd3e569fad6 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Wed Feb 10 23:49:14 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Thu Feb 11 21:40:39 2010 -0600
@@ -63,7 +63,7 @@
 .x-message,
 .x-time
 {
-	-webkit-transition: background-color .4s linear;
+	-webkit-transition: background-color .2s linear;
 	display: table-cell;
 }
 


More information about the commits mailing list