| 1 | Index: wp-includes/css/admin-bar.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-includes/css/admin-bar.css (revision 22265) |
|---|
| 4 | +++ wp-includes/css/admin-bar.css (working copy) |
|---|
| 5 | @@ -583,7 +583,7 @@ |
|---|
| 6 | /** |
|---|
| 7 | * Retina display 2x icons |
|---|
| 8 | */ |
|---|
| 9 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 10 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 11 | #wpadminbar .menupop .menupop > .ab-item, |
|---|
| 12 | #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item, |
|---|
| 13 | #wpadminbar #adminbarsearch .adminbar-input, |
|---|
| 14 | Index: wp-includes/css/wp-pointer.css |
|---|
| 15 | =================================================================== |
|---|
| 16 | --- wp-includes/css/wp-pointer.css (revision 22265) |
|---|
| 17 | +++ wp-includes/css/wp-pointer.css (working copy) |
|---|
| 18 | @@ -189,7 +189,7 @@ |
|---|
| 19 | /** |
|---|
| 20 | * HiDPI Displays |
|---|
| 21 | */ |
|---|
| 22 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 23 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 24 | |
|---|
| 25 | .wp-pointer-buttons a.close:before { |
|---|
| 26 | background-image: url('../images/xit-2x.gif'); |
|---|
| 27 | Index: wp-includes/css/editor.css |
|---|
| 28 | =================================================================== |
|---|
| 29 | --- wp-includes/css/editor.css (revision 22265) |
|---|
| 30 | +++ wp-includes/css/editor.css (working copy) |
|---|
| 31 | @@ -2021,7 +2021,7 @@ |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | /* HiDPI */ |
|---|
| 35 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 36 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 37 | .wp_themeSkin span.mce_undo, |
|---|
| 38 | .wp_themeSkin span.mce_redo, |
|---|
| 39 | .wp_themeSkin span.mce_bullist, |
|---|
| 40 | Index: wp-admin/css/colors-fresh.css |
|---|
| 41 | =================================================================== |
|---|
| 42 | --- wp-admin/css/colors-fresh.css (revision 22265) |
|---|
| 43 | +++ wp-admin/css/colors-fresh.css (working copy) |
|---|
| 44 | @@ -1894,7 +1894,7 @@ |
|---|
| 45 | /** |
|---|
| 46 | * HiDPI Displays |
|---|
| 47 | */ |
|---|
| 48 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 49 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 50 | |
|---|
| 51 | .curtime #timestamp { |
|---|
| 52 | background-image: url("../images/date-button-2x.gif?ver=20120916"); |
|---|
| 53 | Index: wp-admin/css/wp-admin-rtl.css |
|---|
| 54 | =================================================================== |
|---|
| 55 | --- wp-admin/css/wp-admin-rtl.css (revision 22265) |
|---|
| 56 | +++ wp-admin/css/wp-admin-rtl.css (working copy) |
|---|
| 57 | @@ -1581,7 +1581,7 @@ |
|---|
| 58 | /** |
|---|
| 59 | * HiDPI Displays |
|---|
| 60 | */ |
|---|
| 61 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 62 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 63 | |
|---|
| 64 | .wp-full-overlay .collapse-sidebar-arrow { |
|---|
| 65 | background-image: url('../images/arrows-2x.png'); |
|---|
| 66 | Index: wp-admin/css/wp-admin.css |
|---|
| 67 | =================================================================== |
|---|
| 68 | --- wp-admin/css/wp-admin.css (revision 22265) |
|---|
| 69 | +++ wp-admin/css/wp-admin.css (working copy) |
|---|
| 70 | @@ -2324,7 +2324,7 @@ |
|---|
| 71 | /** |
|---|
| 72 | * HiDPI Displays |
|---|
| 73 | */ |
|---|
| 74 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 75 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 76 | |
|---|
| 77 | .welcome-panel .welcome-panel-close:before { |
|---|
| 78 | background-image: url('../images/xit-2x.gif'); |
|---|
| 79 | @@ -4068,7 +4068,7 @@ |
|---|
| 80 | margin: 5px 5px 0; |
|---|
| 81 | } |
|---|
| 82 | |
|---|
| 83 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 84 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 85 | .spinner, |
|---|
| 86 | .imgedit-wait, |
|---|
| 87 | .customize-loading #customize-container { |
|---|
| 88 | @@ -4273,7 +4273,7 @@ |
|---|
| 89 | /** |
|---|
| 90 | * HiDPI Displays |
|---|
| 91 | */ |
|---|
| 92 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 93 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 94 | .imgedit-crop, |
|---|
| 95 | .imgedit-rleft, |
|---|
| 96 | .imgedit-rright, |
|---|
| 97 | @@ -5558,7 +5558,7 @@ |
|---|
| 98 | /** |
|---|
| 99 | * HiDPI Displays |
|---|
| 100 | */ |
|---|
| 101 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 102 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 103 | |
|---|
| 104 | .wp-full-overlay .collapse-sidebar-arrow { |
|---|
| 105 | background-image: url('../images/arrows-2x.png'); |
|---|
| 106 | @@ -6500,7 +6500,7 @@ |
|---|
| 107 | display: block; |
|---|
| 108 | } |
|---|
| 109 | |
|---|
| 110 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 111 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 112 | .login h1 a { |
|---|
| 113 | background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); |
|---|
| 114 | background-size: 274px 63px; |
|---|
| 115 | @@ -8277,7 +8277,7 @@ |
|---|
| 116 | /** |
|---|
| 117 | * HiDPI Displays |
|---|
| 118 | */ |
|---|
| 119 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 120 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 121 | |
|---|
| 122 | .press-this .tagchecklist span a { |
|---|
| 123 | background-image: url('../images/xit-2x.gif'); |
|---|
| 124 | Index: wp-admin/css/media.css |
|---|
| 125 | =================================================================== |
|---|
| 126 | --- wp-admin/css/media.css (revision 22265) |
|---|
| 127 | +++ wp-admin/css/media.css (working copy) |
|---|
| 128 | @@ -331,7 +331,7 @@ |
|---|
| 129 | /** |
|---|
| 130 | * HiDPI Displays |
|---|
| 131 | */ |
|---|
| 132 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 133 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 134 | |
|---|
| 135 | .image-align-none-label { |
|---|
| 136 | background-image: url("../images/align-none-2x.png?ver=20120916"); |
|---|
| 137 | Index: wp-admin/css/colors-classic.css |
|---|
| 138 | =================================================================== |
|---|
| 139 | --- wp-admin/css/colors-classic.css (revision 22265) |
|---|
| 140 | +++ wp-admin/css/colors-classic.css (working copy) |
|---|
| 141 | @@ -2011,7 +2011,7 @@ |
|---|
| 142 | /** |
|---|
| 143 | * HiDPI Displays |
|---|
| 144 | */ |
|---|
| 145 | -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 146 | +@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { |
|---|
| 147 | |
|---|
| 148 | .curtime #timestamp { |
|---|
| 149 | background-image: url("../images/date-button-2x.gif?ver=20120916"); |
|---|