xtras/mathuaerknedam 230:6943016cea58: SO3: This removes the blu...
commits at adium.im
commits at adium.im
Sat Nov 14 05:05:25 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/6943016cea58
revision: 230:6943016cea58
author: mathuaerknedam
date: Fri Nov 13 23:05:21 2009 -0600
SO3: This removes the blue tint from the classic variant message history click-highlight too.
diffs (42 lines):
diff -r 56abc1caaac9 -r 6943016cea58 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Fri Nov 13 22:51:20 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Fri Nov 13 23:05:21 2009 -0600
@@ -397,20 +397,20 @@
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) !important;
}
-.history.message:not(.consecutive)
-{
- background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 208, .75))) !important;
-}
-
.message:not(.consecutive).x-hover
{
background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) !important;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .8), 0px 0px 1px rgba(0, 0, 0, .4);
}
+.message:not(.consecutive).history
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 208, .75))) !important;
+}
+
.message:not(.consecutive).history.x-hover
{
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 224, .75))) !important;
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 208, .75))) !important;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
}
diff -r 56abc1caaac9 -r 6943016cea58 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Fri Nov 13 22:51:20 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Fri Nov 13 23:05:21 2009 -0600
@@ -3,7 +3,7 @@
!# improve header/topic hiding -100px is inadequate for large topics
# modularize the css?
-
+ # element inspector reports this error from footer.js: TypeError: Result of expression 'node' [null] is not an object.
Future Versions
More information about the commits
mailing list