diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 4b66fab203..eac01008e8 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -130,7 +130,7 @@ color: #72777c; } -.welcome-panel a { +.welcome-panel li a { text-decoration: none; } @@ -260,6 +260,16 @@ top: -2px; } +.welcome-panel .welcome-widgets:before { + content: "\f538"; + top: -2px; +} + +.welcome-panel .welcome-menus:before { + content: "\f163"; + top: -2px; +} + .welcome-panel .welcome-comments:before { content: "\f117"; top: -1px; @@ -886,8 +896,9 @@ body #dashboard-widgets .postbox form .submit { min-width: 0; } -#dashboard-widgets a, -#dashboard-widgets .button-link { +#dashboard-widgets li a, +#dashboard-widgets .button-link, +.community-events-footer a { text-decoration: none; } diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 5b3883fe59..096cc89cde 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1797,22 +1797,11 @@ function wp_welcome_panel() {