Index: src/wp-admin/css/list-tables.css
===================================================================
--- src/wp-admin/css/list-tables.css	(revision 32138)
+++ src/wp-admin/css/list-tables.css	(working copy)
@@ -1118,14 +1118,14 @@
 	box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
 }
 
-.plugins .update td,
-.plugins .update th,
+.plugins .update td:not(.plugin-update),
+.plugins .update th:not(.plugin-update),
 .upgrade .plugins tr:last-of-type td,
 .upgrade .plugins tr:last-of-type th,
 .plugins tr.active + tr.inactive.update th,
 .plugins tr.active + tr.inactive.update td,
-.plugins .updated td,
-.plugins .updated th,
+.plugins .updated td:not(.plugin-update),
+.plugins .updated th:not(.plugin-update),
 .plugins tr.active + tr.inactive.updated th,
 .plugins tr.active + tr.inactive.updated td {
 	-webkit-box-shadow: none;
@@ -1164,8 +1164,10 @@
 }
 
 .plugins .update .second,
-.plugins .update .row-actions {
-	padding-bottom: 0;
+.plugins .update .row-actions,
+.plugins .updated .second,
+.plugins .updated .row-actions{
+    padding-bottom: 0;
 }
 
 .plugins-php .widefat tfoot th,
