Make WordPress Core

Changeset 35201


Ignore:
Timestamp:
10/15/2015 05:09:00 PM (9 years ago)
Author:
helen
Message:

Box shadows still need -webkit-, turns out.

see #33808, [35200].

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

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r35200 r35201  
    28352835    margin-top: 4px;
    28362836    width: 20px;
     2837    -webkit-border-radius: 50%;
    28372838    border-radius: 50%;
    28382839    text-indent: -1px; /* account for the dashicon alignment */
     
    29862987    margin-top: 10px;
    29872988    margin-right: 10px;
     2989    -webkit-border-radius: 50%;
    29882990    border-radius: 50%;
    29892991}
  • trunk/src/wp-admin/css/nav-menus.css

    r35200 r35201  
    623623    margin-left: 4px;
    624624    width: 20px;
     625    -webkit-border-radius: 50%;
    625626    border-radius: 50%;
    626627    text-indent: -1px; /* account for the dashicon alignment */
Note: See TracChangeset for help on using the changeset viewer.