diff --git a/assets/css/admin-autoshare-for-twitter.css b/assets/css/admin-autoshare-for-twitter.css
index cbbfcfc9..e086cc45 100644
--- a/assets/css/admin-autoshare-for-twitter.css
+++ b/assets/css/admin-autoshare-for-twitter.css
@@ -106,7 +106,7 @@ span.over-limit {
/* Styling for post columns */
.fixed .column-is_tweeted {
width: 50px;
- padding: 15px 0;
+ vertical-align: middle;
}
.fixed .column-is_tweeted a {
@@ -127,6 +127,6 @@ span.over-limit {
width: 25px;
}
-.autoshare-for-twitter-status-logo.allow-hover:hover::before {
+tbody .autoshare-for-twitter-status-logo:hover::before {
background-image: url('../images/twitter_blue.svg');
}
\ No newline at end of file
diff --git a/assets/images/twitter_black.svg b/assets/images/twitter_black.svg
index ea82140d..f63ea717 100644
--- a/assets/images/twitter_black.svg
+++ b/assets/images/twitter_black.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
+
+
diff --git a/assets/images/twitter_blue.svg b/assets/images/twitter_blue.svg
index 13708476..2dab3f5f 100644
--- a/assets/images/twitter_blue.svg
+++ b/assets/images/twitter_blue.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
+
+
diff --git a/includes/core.php b/includes/core.php
index 183137e8..edc225c4 100644
--- a/includes/core.php
+++ b/includes/core.php
@@ -134,8 +134,8 @@ function modify_post_type_add_tweet_status( $column_name, $post_id ) {
printf(
'
-
- '
+
+ '
);
}
}