From 6a2adc26634086610d1f635b344488e78cecfe1d Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Thu, 14 Nov 2013 20:16:31 +0000 Subject: [PATCH] Replace icon-pointer-flag.png with the flag Dashicon. Fixes #25982. git-svn-id: https://develop.svn.wordpress.org/trunk@26171 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-pointer.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index e6f1706f39..a392dbcb53 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -19,13 +19,20 @@ } .wp-pointer-content h3:before { + background: #fff; + border-radius: 50%; + color: #2ea2cc; + content: '\f227'; + font: normal 20px/1.6 'dashicons'; position: absolute; - top: 0; + top: 8px; left: 15px; - content: ' '; - width: 36px; - height: 100%; - background: url('../images/icon-pointer-flag.png') 0 50% no-repeat; + speak: none; + text-align: center; + width: 32px; + height: 32px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } .wp-pointer-content p {