Index: wp-admin/edit-post-rows.php
===================================================================
--- wp-admin/edit-post-rows.php	(revision 5746)
+++ wp-admin/edit-post-rows.php	(working copy)
@@ -64,7 +64,7 @@
 
 	case 'control_view':
 		?>
-		<td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit"><?php _e('View'); ?></a></td>
+		<td><a href="<?php the_permalink(); ?>" rel="permalink" class="view"><?php _e('View'); ?></a></td>
 		<?php
 		break;
 
Index: wp-admin/wp-admin.css
===================================================================
--- wp-admin/wp-admin.css	(revision 5746)
+++ wp-admin/wp-admin.css	(working copy)
@@ -103,14 +103,14 @@
 	padding: 1em;
 }
 
-a.edit, a.delete, a.edit:hover, a.delete:hover {
+a.view, a.edit, a.delete, a.view:hover, a.edit:hover, a.delete:hover {
 	border-bottom: none;
 	display: block;
 	padding: 5px 0;
 	text-align: center;
 }
 
-a.edit:hover {
+a.view:hover, a.edit:hover {
 	background: #ccc;
 	color: #036;
 }
