xtras/mathuaerknedam 419:0f9f56fdd015: yMous: more mention tweaks.

commits at adium.im commits at adium.im
Thu Mar 11 04:08:44 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0f9f56fdd015
revision:	419:0f9f56fdd015
author:		mathuaerknedam
date:		Wed Mar 10 21:47:27 2010 -0600

yMous: more mention tweaks.
Subject: xtras/mathuaerknedam 420:86fda5a0dcbd: yMous: custom backgrounds don't work, so this disables the checkbox.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/86fda5a0dcbd
revision:	420:86fda5a0dcbd
author:		mathuaerknedam
date:		Wed Mar 10 21:48:49 2010 -0600

yMous: custom backgrounds don't work, so this disables the checkbox.

diffs (76 lines):

diff -r 6f6d443f7f9c -r 86fda5a0dcbd yMous ☿.AdiumMessageStyle/Contents/Info.plist
--- a/yMous ☿.AdiumMessageStyle/Contents/Info.plist	Wed Mar 10 17:22:20 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Info.plist	Wed Mar 10 21:48:49 2010 -0600
@@ -16,6 +16,8 @@
 	<integer>4</integer>
 	<key>AllowTextColors</key>
 	<false/>
+	<key>DisableCustomBackground</key>
+	<true/>
 	<key>DefaultFontFamily</key>
 	<string>Lucida Grande</string>
 	<key>DefaultFontSize</key>
diff -r 6f6d443f7f9c -r 86fda5a0dcbd yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css	Wed Mar 10 17:22:20 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css	Wed Mar 10 21:48:49 2010 -0600
@@ -10,12 +10,12 @@
 	background-color: hsla(0, 0%, 90%, 1) !important;
 }
 
-.mention .x-mark
+.mention:not(:hover):not(.x-hover) .x-mark
 {
 	background-color: hsla(0, 0%, 100%, 1) !important;
 }
 
-.history.mention .x-mark
+.history.mention:not(:hover):not(.x-hover) .x-mark
 {
 	background-color: hsla(0, 0%, 100%, 1) !important;
 }
@@ -60,11 +60,11 @@
 
 .incoming:hover,
 .incoming:hover .x-mark,
-.incoming:hover .x-message,
+.incoming:not(.mention):hover .x-message,
 .incoming:hover.consecutive.message .x-sender:after,
 .incoming.x-hover,
 .incoming.x-hover .x-mark,
-.incoming.x-hover .x-message,
+.incoming:not(.mention).x-hover .x-message,
 .incoming.x-hover.consecutive.message .x-sender:after
 {
 	color: hsla(240, 92%, 54%, 1) !important;
diff -r 6f6d443f7f9c -r 86fda5a0dcbd yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Wed Mar 10 17:22:20 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Wed Mar 10 21:48:49 2010 -0600
@@ -10,12 +10,12 @@
 	background-color: hsla(0, 0%, 20%, 1) !important;
 }
 
-.mention .x-mark
+.mention:not(:hover):not(.x-hover) .x-mark
 {
 	background-color: hsla(0, 0%, 0%, 1) !important;
 }
 
-.history.mention .x-mark
+.history.mention:not(:hover):not(.x-hover) .x-mark
 {
 	background-color: hsla(0, 0%, 0%, 1) !important;
 }
@@ -60,11 +60,11 @@
 
 .incoming:hover,
 .incoming:hover .x-mark,
-.incoming:hover .x-message,
+.incoming:not(.mention):hover .x-message,
 .incoming:hover.consecutive.message .x-sender:after,
 .incoming.x-hover,
 .incoming.x-hover .x-mark,
-.incoming.x-hover .x-message,
+.incoming:not(.mention).x-hover .x-message,
 .incoming.x-hover.consecutive.message .x-sender:after
 {
 	color: hsla(240, 92%, 81%, 1) !important;


More information about the commits mailing list