Index: wp-admin/css/customize-controls.dev.css
===================================================================
--- wp-admin/css/customize-controls.dev.css	(revision 20990)
+++ wp-admin/css/customize-controls.dev.css	(working copy)
@@ -55,12 +55,12 @@
 
 .control-section .customize-section-title:hover {
 	color: #222;
-	background-color: #f9f9f9;
-	background-image: -webkit-linear-gradient( top, #f9f9f9, #f1f1f1 );
-	background-image:    -moz-linear-gradient( top, #f9f9f9, #f1f1f1 );
-	background-image:     -ms-linear-gradient( top, #f9f9f9, #f1f1f1 );
-	background-image:      -o-linear-gradient( top, #f9f9f9, #f1f1f1 );
-	background-image:         linear-gradient( top, #f9f9f9, #f1f1f1 );
+	background-color: #fafafa;
+	background-image: -webkit-linear-gradient( top, #fcfcfc, #f5f5f5 );
+	background-image:    -moz-linear-gradient( top, #fcfcfc, #f5f5f5 );
+	background-image:     -ms-linear-gradient( top, #fcfcfc, #f5f5f5 );
+	background-image:      -o-linear-gradient( top, #fcfcfc, #f5f5f5 );
+	background-image:         linear-gradient( top, #fcfcfc, #f5f5f5 );
 }
 
 .control-section.open .customize-section-title {
@@ -73,6 +73,7 @@
 
 .customize-section.open .customize-section-content {
 	display: block;
+	background: #fff;
 }
 
 .customize-section-title:after {
@@ -92,11 +93,6 @@
 	display: none;
 }
 
-.customize-section.open .customize-section-title:after {
-	margin-top: -1px;
-	border-width: 0 6px 6px;
-}
-
 .customize-section-title:hover:after {
 	border-color: #aaa transparent;
 }
@@ -105,6 +101,10 @@
 	top: 15px;
 }
 
+#customize-info .customize-section-content {
+	background: transparent;
+}
+
 #customize-info .preview-notice {
 	font-size: 13px;
 	line-height: 24px;
@@ -417,7 +417,7 @@
 	padding-bottom: 4px;
 
 	color: #777;
-	background: #f5f5f5;
+	background: #fff;
 	border-color: #dfdfdf;
 	-webkit-border-radius: 3px 3px 0 0;
 	border-radius: 3px 3px 0 0 ;
