Ticket #22238: 22238.diff
| File 22238.diff, 6.9 KB (added by dd32, 7 months ago) |
|---|
-
wp-includes/css/admin-bar.css
583 583 /** 584 584 * Retina display 2x icons 585 585 */ 586 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {586 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 587 587 #wpadminbar .menupop .menupop > .ab-item, 588 588 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item, 589 589 #wpadminbar #adminbarsearch .adminbar-input, -
wp-includes/css/wp-pointer.css
189 189 /** 190 190 * HiDPI Displays 191 191 */ 192 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {192 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 193 193 194 194 .wp-pointer-buttons a.close:before { 195 195 background-image: url('../images/xit-2x.gif'); -
wp-includes/css/editor.css
2021 2021 2022 2022 2023 2023 /* HiDPI */ 2024 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {2024 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 2025 2025 .wp_themeSkin span.mce_undo, 2026 2026 .wp_themeSkin span.mce_redo, 2027 2027 .wp_themeSkin span.mce_bullist, -
wp-admin/css/colors-fresh.css
1894 1894 /** 1895 1895 * HiDPI Displays 1896 1896 */ 1897 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {1897 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 1898 1898 1899 1899 .curtime #timestamp { 1900 1900 background-image: url("../images/date-button-2x.gif?ver=20120916"); -
wp-admin/css/wp-admin-rtl.css
1581 1581 /** 1582 1582 * HiDPI Displays 1583 1583 */ 1584 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {1584 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 1585 1585 1586 1586 .wp-full-overlay .collapse-sidebar-arrow { 1587 1587 background-image: url('../images/arrows-2x.png'); -
wp-admin/css/wp-admin.css
2324 2324 /** 2325 2325 * HiDPI Displays 2326 2326 */ 2327 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {2327 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 2328 2328 2329 2329 .welcome-panel .welcome-panel-close:before { 2330 2330 background-image: url('../images/xit-2x.gif'); … … 4068 4068 margin: 5px 5px 0; 4069 4069 } 4070 4070 4071 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {4071 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 4072 4072 .spinner, 4073 4073 .imgedit-wait, 4074 4074 .customize-loading #customize-container { … … 4273 4273 /** 4274 4274 * HiDPI Displays 4275 4275 */ 4276 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {4276 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 4277 4277 .imgedit-crop, 4278 4278 .imgedit-rleft, 4279 4279 .imgedit-rright, … … 5558 5558 /** 5559 5559 * HiDPI Displays 5560 5560 */ 5561 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {5561 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 5562 5562 5563 5563 .wp-full-overlay .collapse-sidebar-arrow { 5564 5564 background-image: url('../images/arrows-2x.png'); … … 6500 6500 display: block; 6501 6501 } 6502 6502 6503 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {6503 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 6504 6504 .login h1 a { 6505 6505 background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); 6506 6506 background-size: 274px 63px; … … 8277 8277 /** 8278 8278 * HiDPI Displays 8279 8279 */ 8280 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {8280 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 8281 8281 8282 8282 .press-this .tagchecklist span a { 8283 8283 background-image: url('../images/xit-2x.gif'); -
wp-admin/css/media.css
331 331 /** 332 332 * HiDPI Displays 333 333 */ 334 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {334 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 335 335 336 336 .image-align-none-label { 337 337 background-image: url("../images/align-none-2x.png?ver=20120916"); -
wp-admin/css/colors-classic.css
2011 2011 /** 2012 2012 * HiDPI Displays 2013 2013 */ 2014 @media only screen and ( -webkit-min-device-pixel-ratio: 1.5) {2014 @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-resolution: 1.5dppx), only screen and (min-resolution: 1.5dppx) { 2015 2015 2016 2016 .curtime #timestamp { 2017 2017 background-image: url("../images/date-button-2x.gif?ver=20120916");
