Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 18660)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -612,8 +612,8 @@
 #ed_reply_toolbar input {
 	background: #fff;
 	background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff)); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #e5f0f8, #fff)); /* Opera */
+	background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); /* Firefox */
+	background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit	 */
 	background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #e5f0f8, #fff); /* proposed W3C Markup */
@@ -974,8 +974,8 @@
 	border-color: #5589AA !important;
 	background-color: #c9c9c9; /* Fallback */
 	background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #bdccd5, #fff)); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #bdccd5, #fff)); /* Opera */
+	background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */
+	background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit	 */
 	background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */
@@ -989,8 +989,8 @@
 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
 	background: #B0C8D7 !important;
 	background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9)); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #fff, #cfdfe9)); /* Opera */
+	background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */
+	background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit	 */
 	background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */
@@ -1231,7 +1231,7 @@
 .wp-editor-wrap.wp_themeSkin tr.mceFirst td.mceToolbar {
 	border-bottom: 1px solid #ccc;
 	background-color: #eff8ff; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9), #eff8ff); /* IE10 */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */
 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 18660)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -4669,14 +4669,14 @@
 	cursor: move;
 	color: #333;
 	background: #dfdfdf;
-	-webkit-gradient(
+	background-color: -webkit-gradient(
 		linear,
 		left bottom,
 		left top,
 		color-stop(0.07, rgb(230,230,230)),
 		color-stop(0.77, rgb(216,216,216))
 	);
-	-moz-linear-gradient(
+	background-color: -moz-linear-gradient(
 		center bottom,
 		rgb(230,230,230) 7%,
 		rgb(216,216,216) 77%
