diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 227d845980..a90b3c2cf5 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -782,6 +782,14 @@ html, body { padding: 5px 0; } +#footer p a { + text-decoration: none; +} + +#footer p a:hover { + text-decoration: underline; +} + /* Tables used on comment.php and option/setting pages */ .form-table {