Make WordPress Core

Ticket #21611: 21611-retina.diff

File 21611-retina.diff, 2.1 KB (added by TobiasBg, 12 years ago)

Fix this for retina displays as well

  • wp-admin/css/colors-classic.css

    div.widgets-sortables, 
    20442044        #adminmenu .wp-menu-open .wp-menu-toggle,
    20452045        #collapse-button div,
    20462046        .nav-menus-php .item-edit,
    2047         .meta-box-sortables .postbox:hover .handlediv,
     2047        .js .meta-box-sortables .postbox:hover .handlediv,
    20482048        .sidebar-name-arrow,
    20492049        .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
    20502050        .rtl #adminmenu .wp-menu-open .wp-menu-toggle,
    2051         .rtl .meta-box-sortables .postbox:hover .handlediv,
     2051        .js.rtl .meta-box-sortables .postbox:hover .handlediv,
    20522052        .rtl .sidebar-name-arrow {
    20532053                background-image: url("../images/arrows-vs-2x.png?ver=20120916");
    20542054                background-size: 15px 123px;
  • wp-admin/css/colors-fresh.css

    div.widgets-sortables, 
    19141914        #adminmenu .wp-menu-open .wp-menu-toggle,
    19151915        #collapse-button div,
    19161916        .nav-menus-php .item-edit,
    1917         .meta-box-sortables .postbox:hover .handlediv,
     1917        .js .meta-box-sortables .postbox:hover .handlediv,
    19181918        .sidebar-name-arrow,
    19191919        .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
    19201920        .rtl #adminmenu .wp-menu-open .wp-menu-toggle,
    1921         .rtl .meta-box-sortables .postbox:hover .handlediv,
     1921        .js.rtl .meta-box-sortables .postbox:hover .handlediv,
    19221922        .rtl .sidebar-name-arrow {
    19231923                background-image: url("../images/arrows-2x.png?ver=20120916");
    19241924                background-size: 15px 123px;
  • wp-admin/css/wp-admin.css

    a.widget-control-edit { 
    84318431                background-size: 20px auto;
    84328432         }
    84338433
    8434         .postbox:hover .handlediv,
    8435         .stuffbox:hover .handlediv,
     8434        .js .postbox:hover .handlediv,
     8435        .js .stuffbox:hover .handlediv,
    84368436        .widget-top a.widget-action {
    84378437                background-image: url('../images/arrows-2x.png');
    84388438                background-size: 15px 123px;