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
This commit is contained in:
Matt Thomas 2013-11-14 20:16:31 +00:00
parent 896777db21
commit 6a2adc2663
1 changed files with 12 additions and 5 deletions

View File

@ -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 {