| 413 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
| 414 | .wp_themeSkin span.mce_undo, |
| 415 | .wp_themeSkin span.mce_redo, |
| 416 | .wp_themeSkin span.mce_bullist, |
| 417 | .wp_themeSkin span.mce_numlist, |
| 418 | .wp_themeSkin span.mce_blockquote, |
| 419 | .wp_themeSkin span.mce_charmap, |
| 420 | .wp_themeSkin span.mce_bold, |
| 421 | .wp_themeSkin span.mce_italic, |
| 422 | .wp_themeSkin span.mce_underline, |
| 423 | .wp_themeSkin span.mce_justifyleft, |
| 424 | .wp_themeSkin span.mce_justifyright, |
| 425 | .wp_themeSkin span.mce_justifycenter, |
| 426 | .wp_themeSkin span.mce_justifyfull, |
| 427 | .wp_themeSkin span.mce_indent, |
| 428 | .wp_themeSkin span.mce_outdent, |
| 429 | .wp_themeSkin span.mce_link, |
| 430 | .wp_themeSkin span.mce_unlink, |
| 431 | .wp_themeSkin span.mce_help, |
| 432 | .wp_themeSkin span.mce_removeformat, |
| 433 | .wp_themeSkin span.mce_fullscreen, |
| 434 | .wp_themeSkin span.mce_wp_fullscreen, |
| 435 | .wp_themeSkin span.mce_media, |
| 436 | .wp_themeSkin span.mce_pastetext, |
| 437 | .wp_themeSkin span.mce_pasteword, |
| 438 | .wp_themeSkin span.mce_wp_help, |
| 439 | .wp_themeSkin span.mce_wp_adv, |
| 440 | .wp_themeSkin span.mce_wp_more, |
| 441 | .wp_themeSkin span.mce_strikethrough, |
| 442 | .wp_themeSkin span.mce_spellchecker, |
| 443 | .wp_themeSkin span.mce_forecolor, |
| 444 | .wp_themeSkin .mce_forecolorpicker, |
| 445 | .wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker, |
| 446 | .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor, |
| 447 | .wp_themeSkin .mceSplitButton span.mce_numlist, |
| 448 | .wp_themeSkin .mceSplitButton span.mce_bullist { |
| 449 | background-image: url(../images/wpicons-2x.png); |
| 450 | background-size: 560px 40px; |
| 451 | } |
| 452 | } |
| 453 | |