Final HiDPI tweaks. Don't use rss-2x.png on a front-end widget. Improve selectors for favicons in the toolbar to avoid breaking existing images. Remove unnecessary RTL styles. FIXES #21019.

git-svn-id: https://develop.svn.wordpress.org/trunk@22481 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-09 02:06:59 +00:00
parent b9a5374e64
commit 21f4690f30
5 changed files with 10 additions and 21 deletions
+8 -5
View File
@@ -394,17 +394,20 @@
* My Sites
*/
#wpadminbar .quicklinks li .blavatar {
background: url('../images/wpmini-blue.png') no-repeat;
height: 16px;
width: 16px;
display: inline-block;
vertical-align: middle;
margin: -3px 4px 0 0;
padding: 0;
}
#wpadminbar .quicklinks li div.blavatar {
background: url('../images/wpmini-blue.png') no-repeat;
height: 16px;
width: 16px;
display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
#wpadminbar .quicklinks li .blavatar {
#wpadminbar .quicklinks li div.blavatar {
background: url('../images/wpmini-blue-2x.png') no-repeat;
background-size: 16px 16px;
}