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:
parent
896777db21
commit
6a2adc2663
@ -19,13 +19,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-pointer-content h3:before {
|
.wp-pointer-content h3:before {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 50%;
|
||||||
|
color: #2ea2cc;
|
||||||
|
content: '\f227';
|
||||||
|
font: normal 20px/1.6 'dashicons';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 8px;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
content: ' ';
|
speak: none;
|
||||||
width: 36px;
|
text-align: center;
|
||||||
height: 100%;
|
width: 32px;
|
||||||
background: url('../images/icon-pointer-flag.png') 0 50% no-repeat;
|
height: 32px;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pointer-content p {
|
.wp-pointer-content p {
|
||||||
|
Loading…
Reference in New Issue
Block a user