Consolidated patch for retina support, props taylorde, props empireoflight, fixes #21019

git-svn-id: https://develop.svn.wordpress.org/trunk@22031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-09-27 02:12:54 +00:00
parent 4e9d8d363e
commit 421a70cb77
21 changed files with 347 additions and 147 deletions

View File

@@ -185,3 +185,19 @@
.rtl .wp-pointer-undefined .wp-pointer-arrow {
right: 50px;
}
/**
* HiDPI Displays
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.wp-pointer-buttons a.close:before {
background-image: url('../images/xit-2x.gif');
background-size: 20px auto;
}
.wp-pointer-content h3:before {
background-image: url('../images/icon-pointer-flag.png');
background-size: 36px auto;
}
}