Index: src/wp-admin/css/press-this.css
===================================================================
--- src/wp-admin/css/press-this.css	(revision 31596)
+++ src/wp-admin/css/press-this.css	(working copy)
@@ -312,7 +312,7 @@
 *
 * Pushing buttons is what I do.
 */
-.button-primary,
+
 .button-subtle,
 .scan-submit {
 	display: inline-block;
@@ -330,37 +330,6 @@
 	-webkit-appearance: none;
 }
 
-.button-primary {
-	background: #2ea2cc;
-	border-color: #2581a2;
-	color: #fff;
-}
-
-.button-primary:hover,
-.button-primary:focus {
-	background: #2991b7;
-	border-color: #20708e;
-	color: #fff;
-	outline: 0;
-}
-
-.button-primary:active {
-	background: #2581a2;
-	border-color: #20708e;
-	color: #fff;
-}
-
-.button-primary[disabled],
-.button-primary:disabled {
-	color: #c7ced1 !important;
-	background: #2688ab !important;
-	border-color: #20708e !important;
-}
-
-.button-primary:visited {
-	color: #fff;
-}
-
 .button-subtle {
 	background: none;
 	border: 0;
@@ -396,7 +365,24 @@
 	outline: 0;
 }
 
+.button-link {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	background: none;
+	color: #0074a2;
+	cursor: pointer;
+	-webkit-appearance: none;
+}
 
+.button-link:hover,
+.button-link:active,
+.button-link:focus {
+	color: #2ea2cc;
+	text-decoration: underline;
+}
+
+
 /**
 * Forms
 *
@@ -667,9 +653,12 @@
 	border: 0;
 	-webkit-border-radius: 0;
 	border-radius: 0;
+	margin: 0;
 	padding: 0 16px;
 	background: #f7f7f7;
 	border-left: 1px solid #f1f1f1;
+	-webkit-box-shadow: none;
+	box-shadow: none;
 }
 
 .tagsdiv .tagadd:hover,
@@ -679,6 +668,8 @@
 	background: #2991b7;
 	border-color: #20708e;
 	color: #fff;
+	-webkit-box-shadow: none;
+	box-shadow: none;
 }
 
 .tagsdiv .howto {
Index: src/wp-admin/includes/class-wp-press-this.php
===================================================================
--- src/wp-admin/includes/class-wp-press-this.php	(revision 31596)
+++ src/wp-admin/includes/class-wp-press-this.php	(working copy)
@@ -656,7 +656,7 @@
 		<?php
 		if ( $user_can_assign_terms ) {
 			?>
-			<button type="button" class="button-reset button-link tagcloud-link" id="link-post_tag"><?php echo $taxonomy->labels->choose_from_most_used; ?></button>
+			<button type="button" class="button-link tagcloud-link" id="link-post_tag"><?php echo $taxonomy->labels->choose_from_most_used; ?></button>
 			<?php
 		}
 	}
@@ -723,10 +723,10 @@
 		$post = get_default_post_to_edit( 'post', true );
 		$post_ID = (int) $post->ID;
 
-		wp_enqueue_style( 'press-this' );
 		wp_enqueue_script( 'press-this' );
 		wp_enqueue_script( 'json2' );
 		wp_enqueue_media( array( 'post' => $post->ID ) );
+		wp_enqueue_style( 'press-this' );
 		wp_enqueue_script( 'editor' );
 
 		$supports_formats = false;
Index: src/wp-includes/css/buttons.css
===================================================================
--- src/wp-includes/css/buttons.css	(revision 31596)
+++ src/wp-includes/css/buttons.css	(working copy)
@@ -340,11 +340,7 @@
 
 	/* Reset responsive styles in Press This, Customizer */
 
-	.wp-core-ui.wp-customizer .button,
-	.press-this.wp-core-ui .button,
-	.press-this input#publish,
-	.press-this input#save-post,
-	.press-this a.preview {
+	.wp-core-ui.wp-customizer .button {
 		padding: 0 10px 1px;
 		font-size: 13px;
 		line-height: 26px;
