Make WordPress Core

Changeset 33152


Ignore:
Timestamp:
07/09/2015 10:08:44 PM (11 years ago)
Author:
ocean90
Message:

Customizer: Replace the plus icon for #available-menu-items .item-add with a thinner one, see [33126].

fixes #32734.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-nav-menus.css

    r33151 r33152  
    737737
    738738#available-menu-items .item-add:before {
    739         content: "\f132";
     739        content: "\f543";
    740740        font: normal 20px/1 dashicons;
    741741        position: relative;
    742742        left: 2px;
    743         top: 4px;
     743        top: 3px;
    744744}
    745745
  • trunk/src/wp-admin/css/list-tables.css

    r33149 r33152  
    480480        top: -5px;
    481481        left: 10px;
     482        -webkit-border-radius: 50%;
    482483        border-radius: 50%;
    483484        display: block;
Note: See TracChangeset for help on using the changeset viewer.