From bc7dd7debb1c6b363de5ed4789edf5a0912c7f80 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 6 Dec 2013 14:10:03 +0000 Subject: [PATCH] Add icon to the help button in distraction-free writing. props ocean90. fixes #26450. git-svn-id: https://develop.svn.wordpress.org/trunk@26722 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 90987629b5..70a42b32b2 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -743,6 +743,7 @@ span.mce_redo:before { content: '\f172'; } +span.mce_help:before, span.mce_wp_help:before { content: '\f223'; }