Index: wp-admin/css/colors-fresh.css
===================================================================
--- wp-admin/css/colors-fresh.css	(revision 1673)
+++ wp-admin/css/colors-fresh.css	(working copy)
@@ -590,9 +590,20 @@
 #search-plugins-table .inactive th,
 #search-plugins-table .inactive td,
 tr.inactive + tr.plugin-update-tr .plugin-update {
-	background-color: #ebebeb;
+	background-color: #eee;
 }
 
+tr.plugin-update-tr .update-message {
+	margin: 0px 6px 4px;
+	padding: 3px 4px;
+	background-color: #fffbe4;
+	border: solid 1px #dfdfdf;
+	-moz-border-radius: 5px;
+	-khtml-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	border-radius: 5px;
+}
+
 .plugins .active,
 .plugins .active th,
 .plugins .active td {
@@ -601,7 +612,7 @@
 
 #all-plugins-table .inactive a,
 #search-plugins-table .inactive a { 
-	color: #555; 	
+	color: #396980;
 }
 
 #the-comment-list .unapproved,
