Index: src/wp-admin/css/common.css
===================================================================
--- src/wp-admin/css/common.css	(revision 35789)
+++ src/wp-admin/css/common.css	(working copy)
@@ -593,9 +593,10 @@
 	top: -3px;
 	text-decoration: none;
 	border: none;
+	border: 1px solid #ccc;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
-	background: #e0e0e0;
+	background: #f7f7f7;
 	text-shadow: none;
 	font-weight: 600;
 	font-size: 13px;
@@ -607,6 +608,12 @@
 	color: #fff;
 }
 
+.wrap .page-title-action:focus {
+	border-color: #5b9dd9;
+	-webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
+	box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
+}
+
 .wrap h1.long-header {
 	padding-right: 0;
 }
