As you can see below, for some reason the "Author" column displays extremely strange (like non-anti aliased) in Chrome. I added the snippet from the dev tools bar to show that I can't see any difference. Do you know why this happens?

|
As you can see below, for some reason the "Author" column displays extremely strange (like non-anti aliased) in Chrome. I added the snippet from the dev tools bar to show that I can't see any difference. Do you know why this happens?
|
|||
|
|
|
This is happening because of this CSS rule that is generated in load-styles.php:
I'm not sure why this is here. To remove it, you should make a custom admin theme plugin to overwrite that CSS rule. First create a folder in your /wp-content/plugins/ directory named wpse_34959 (or whatever plugin name you want). In that folder, create wpse_34959.php with the following contents:
In that same plugin directory, create a file named wp-admin.css with the following contents:
Activate the plugin via the WordPress Admin interface, and those styles that is causing that behavior should now be overridden. |
|||||||||
|