xtras/mathuaerknedam 641:a26f7a766c86: Smooth Operator, Dark: re...

commits at adium.im commits at adium.im
Thu Nov 14 01:28:31 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/a26f7a766c86
revision:	641:a26f7a766c86
branch:		(none)
author:		mathuaerknedam
date:		Wed Nov 13 19:28:23 2013 -0600

Smooth Operator, Dark: return to the previous background while retaining the fix for the missing background in chats with little or no content.

diffs (16 lines):

diff -r 14b2061058d2 -r a26f7a766c86 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Wed Nov 13 13:51:50 2013 -0600
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Wed Nov 13 19:28:23 2013 -0600
@@ -3,8 +3,10 @@
 body
 {
 	margin: 0px;
-	background: linear-gradient(to right, rgba(120, 120, 120, 1), rgba(102, 102, 102, 1)) !important;
-	background-size: 2px auto;
+	/*background: repeating-linear-gradient(to right, rgba(120, 120, 120, 1), rgba(102, 102, 102, 1) 2px);*/
+	background-image: linear-gradient(to right, rgba(120, 120, 120, 1), rgba(102, 102, 102, 1));
+	background-color: black;
+	background-size: 2px 2px;
 
 	word-wrap: break-word;
 	word-break: break-word;




More information about the commits mailing list