xtras/mathuaerknedam 561:2bafabd36d12: Smooth Operator: Tweak th...

commits at adium.im commits at adium.im
Wed Feb 16 00:55:45 UTC 2011


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/2bafabd36d12
revision:	561:2bafabd36d12
author:		mathuaerknedam
date:		Tue Feb 15 18:55:41 2011 -0600

Smooth Operator: Tweak the header toggle button in the Dark variant.

diffs (19 lines):

diff -r 63bd12cfa752 -r 2bafabd36d12 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Fri Feb 11 14:08:31 2011 -0600
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Tue Feb 15 18:55:41 2011 -0600
@@ -721,7 +721,7 @@
 .x-toggle
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(160, 160, 160, 1)), to(rgba(144, 144, 144, 1))) 0px 0px no-repeat !important;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(224, 224, 224, 1)), color-stop( .4, rgba(208, 208, 208, 1)), color-stop( .6, rgba(160, 160, 160, 1)), to(rgba(128, 128, 128, 1))) 0px 0px no-repeat !important;
 	-webkit-box-shadow: 0px -1px 1px rgba(255, 255, 255, .6), 0px 4px 16px rgba(0, 0, 0, .5) !important;
 	color: rgba(64, 64, 64, 1) !important;
 }
@@ -729,5 +729,5 @@
 .x-toggle:active
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(160, 160, 160, 1))) 0px 0px no-repeat !important;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(160, 160, 160, 1))) 0px 0px no-repeat !important;
 }




More information about the commits mailing list