Index: wp-includes/css/admin-bar.css
===================================================================
--- wp-includes/css/admin-bar.css	(revision 22698)
+++ wp-includes/css/admin-bar.css	(working copy)
@@ -634,16 +634,11 @@
 	font-size: 14px;
 	font-weight: bold;
 	padding: 15px 23px 14px;
-	background: #8cc1ea;
-	background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
-	background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
-	color: #fff;
+	background: #f1f1f1;
+	color: #124964;
+	text-shadow: none;
 	border-radius: 3px;
 	z-index: 100000;
-	text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
 	line-height: normal;
 	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
 	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 22698)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -208,16 +208,9 @@
 	font-size: 14px;
 	font-weight: bold;
 	padding: 15px 23px 14px;
-	background: #8cc1ea;
-	background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
-	background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
-	background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
-	color: #fff;
+	background: #f1f1f1;
 	border-radius: 3px;
 	z-index: 100000;
-	text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
 	line-height: normal;
 	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
 	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
