Fix HiDPI pointer arrows used in the feature pointers. props lessbloat. fixes #22510.

git-svn-id: https://develop.svn.wordpress.org/trunk@22698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-20 02:09:37 +00:00
parent 82c724246a
commit c753f3bd74
2 changed files with 17 additions and 0 deletions

View File

@ -208,4 +208,21 @@
background: url('../images/arrow-pointer-blue-2x.png') 0 0 no-repeat;
background-size: 30px 60px;
}
.wp-pointer-top .wp-pointer-arrow,
.wp-pointer-undefined .wp-pointer-arrow {
background-position: 0 1px;
}
.wp-pointer-bottom .wp-pointer-arrow {
background-position: 0 -47px;
}
.wp-pointer-left .wp-pointer-arrow {
background-position: 1px -15px;
}
.wp-pointer-right .wp-pointer-arrow {
background-position:-17px -15px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 995 B

After

Width:  |  Height:  |  Size: 51 KiB